Html Css Color HEX #08374A Blue Whale

📋 copy color: '#08374A'

red 8 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #08374A

Tints of Blue Whale #08374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 54.01%

R = 5.84%
G = 40.15%
B = 54.01%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08374A (or 0x08374A) is known color: Blue Whale. HEX triplet: 08, 37 and 4A. RGB value is (8,55,74). Sum of RGB (Red+Green+Blue) = 8+55+74=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #08374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08374A is #F7C8B5. Grayscale: #2A2A2A. Windows color (decimal): -16238774 or 4863752. OLE color: 4863752.

HSL color Cylindrical-coordinate representation of color #08374A: hue angle of 197.27º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08374A is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 55 74 -
CMYK 0.89 0.26 0 0.71
HSL 197.27º 0.8% 0.16% -
HSV(B) 197.27º 0.89% 0.29% -
XYZ 2.7 3.28 6.97 -
YUV 43.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 8 55 74 0.89 0.26 0 0.71 197.27 0.8 0.16
Hex 8 37 4A 59 1A 0 47 C5 50 10
Octal 10 67 112 131 32 0 107 305 120 20
Binary 1000 110111 1001010 1011001 11010 0 1000111 11000101 1010000 10000

Color Harmonies of #08374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08374A

Black with #08374A

Text Example


Text Example

White with #08374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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