#38AEB7

Color #38AEB7 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #38AEB7

Tints of Viking #38AEB7

Color information

#38AEB7 (or 0x38AEB7) is unknown color: approx Viking. HEX triplet: 38, AE and B7. RGB value is (56,174,183). Sum of RGB (Red+Green+Blue) = 56+174+183=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #38AEB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AEB7 is #C75148. Grayscale: #8B8B8B. Windows color (decimal): -13062473 or 12037688. OLE color: 12037688.

HSL color Cylindrical-coordinate representation of color #38AEB7: hue angle of 184.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38AEB7 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB56174183-
CMYK0.690.0500.28
HSL184.25º53.14%46.86%-
HSV(B)184.25º69.4%71.76%-
XYZ25.3134.5350.13-
YUV139.74152.4168.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 13.56%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 183 (71.88% from 255) = 44.31%
R=13.56%
G=42.13%
B=44.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561741830.690.0500.28184.2553.1446.86
Hex38AEB745501Cb8352f
Octal7025626710550342706557
Binary1110001010111010110111100010110101110010111000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AEB7; }

 p { color: rgb(56,174,183); }

 H1.HeaderClassName
 {
   color: #38AEB7;
 }
 .AnyTagClassName
 {
   color: #38AEB7;
 }
</style>
background-color css

<style>
 a { background-color: #38AEB7; }

 a { background-color: rgb(56,174,183); }

 div.DivClassName
 {
   background-color: #38AEB7;
 }
 .BgClassName
 {
   background-color: #38AEB7;
 }
</style>
border-color css

<style>
 span { border-color: #38AEB7; }

 span { border-color: rgb(56,174,183); }

 td.TdClassName
 {
   border-color: #38AEB7;
 }
 .TagClassName
 {
   border-color: #38AEB7;
 }
</style>