Html Css Color HEX #08374E Blue Whale

📋 copy color: '#08374E'

red 8 ◦ green 55 ◦ blue 78

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

Shades of Blue Whale #08374E

Tints of Blue Whale #08374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 55.32%

R = 5.67%
G = 39.01%
B = 55.32%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08374E (or 0x08374E) is known color: Blue Whale. HEX triplet: 08, 37 and 4E. RGB value is (8,55,78). Sum of RGB (Red+Green+Blue) = 8+55+78=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #08374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08374E is #F7C8B1. Grayscale: #2B2B2B. Windows color (decimal): -16238770 or 5125896. OLE color: 5125896.

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

Color convert

RGB 8 55 78 -
CMYK 0.90 0.29 0 0.69
HSL 199.71º 0.81% 0.17% -
HSV(B) 199.71º 0.9% 0.31% -
XYZ 2.84 3.33 7.7 -
YUV 43.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 8 55 78 0.90 0.29 0 0.69 199.71 0.81 0.17
Hex 8 37 4E 5A 1D 0 45 C8 51 11
Octal 10 67 116 132 35 0 105 310 121 21
Binary 1000 110111 1001110 1011010 11101 0 1000101 11001000 1010001 10001

Color Harmonies of #08374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08374E

Black with #08374E

Text Example


Text Example

White with #08374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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