Html Css Color HEX #08374D Blue Whale

📋 copy color: '#08374D'

red 8 ◦ green 55 ◦ blue 77

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

Shades of Blue Whale #08374D

Tints of Blue Whale #08374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 55%

R = 5.71%
G = 39.29%
B = 55%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08374D (or 0x08374D) is known color: Blue Whale. HEX triplet: 08, 37 and 4D. RGB value is (8,55,77). Sum of RGB (Red+Green+Blue) = 8+55+77=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #08374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08374D is #F7C8B2. Grayscale: #2B2B2B. Windows color (decimal): -16238771 or 5060360. OLE color: 5060360.

HSL color Cylindrical-coordinate representation of color #08374D: hue angle of 199.13º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08374D is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 55 77 -
CMYK 0.90 0.29 0 0.70
HSL 199.13º 0.81% 0.17% -
HSV(B) 199.13º 0.9% 0.3% -
XYZ 2.81 3.32 7.51 -
YUV 43.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 8 55 77 0.90 0.29 0 0.70 199.13 0.81 0.17
Hex 8 37 4D 5A 1D 0 46 C7 51 11
Octal 10 67 115 132 35 0 106 307 121 21
Binary 1000 110111 1001101 1011010 11101 0 1000110 11000111 1010001 10001

Color Harmonies of #08374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08374D

Black with #08374D

Text Example


Text Example

White with #08374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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