Html Css Color HEX #08374C Blue Whale

📋 copy color: '#08374C'

red 8 ◦ green 55 ◦ blue 76

#08374C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #08374C

Tints of Blue Whale #08374C

RGB

 RED value IS 8 (3.52% from 255) = 5.76%

 GREEN value IS 55 (21.88% from 255) = 39.57%

 BLUE value IS 76 (30.08% from 255) = 54.68%

R = 5.76%
G = 39.57%
B = 54.68%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08374C (or 0x08374C) is known color: Blue Whale. HEX triplet: 08, 37 and 4C. RGB value is (8,55,76). Sum of RGB (Red+Green+Blue) = 8+55+76=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #08374C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08374C is #F7C8B3. Grayscale: #2B2B2B. Windows color (decimal): -16238772 or 4994824. OLE color: 4994824.

HSL color Cylindrical-coordinate representation of color #08374C: hue angle of 198.53º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08374C is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 55 76 -
CMYK 0.89 0.28 0 0.70
HSL 198.53º 0.81% 0.16% -
HSV(B) 198.53º 0.89% 0.3% -
XYZ 2.77 3.31 7.33 -
YUV 43.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 8 55 76 0.89 0.28 0 0.70 198.53 0.81 0.16
Hex 8 37 4C 59 1C 0 46 C7 51 10
Octal 10 67 114 131 34 0 106 307 121 20
Binary 1000 110111 1001100 1011001 11100 0 1000110 11000111 1010001 10000

Color Harmonies of #08374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08374C

Black with #08374C

Text Example


Text Example

White with #08374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08374C; }

 p { color: rgb(8,55,76); }

 H1.HeaderClassName
 {
   color: #08374C;
 }
 .AnyTagClassName
 {
   color: #08374C;
 }
</style>

background-color css

<style>
 a { background-color: #08374C; }

 a { background-color: rgb(8,55,76); }

 div.DivClassName
 {
   background-color: #08374C;
 }
 .BgClassName
 {
   background-color: #08374C;
 }
</style>

border-color css

<style>
 span { border-color: #08374C; }

 span { border-color: rgb(8,55,76); }

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