Html Css Color HEX #08364C Blue Whale

📋 copy color: '#08364C'

red 8 ◦ green 54 ◦ blue 76

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

Shades of Blue Whale #08364C

Tints of Blue Whale #08364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

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

R = 5.8%
G = 39.13%
B = 55.07%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08364C (or 0x08364C) is known color: Blue Whale. HEX triplet: 08, 36 and 4C. RGB value is (8,54,76). Sum of RGB (Red+Green+Blue) = 8+54+76=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #08364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08364C is #F7C9B3. Grayscale: #2A2A2A. Windows color (decimal): -16239028 or 4994568. OLE color: 4994568.

HSL color Cylindrical-coordinate representation of color #08364C: hue angle of 199.41º 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 #08364C is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 54 76 -
CMYK 0.89 0.29 0 0.70
HSL 199.41º 0.81% 0.16% -
HSV(B) 199.41º 0.89% 0.3% -
XYZ 2.72 3.21 7.31 -
YUV 42.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 8 54 76 0.89 0.29 0 0.70 199.41 0.81 0.16
Hex 8 36 4C 59 1D 0 46 C7 51 10
Octal 10 66 114 131 35 0 106 307 121 20
Binary 1000 110110 1001100 1011001 11101 0 1000110 11000111 1010001 10000

Color Harmonies of #08364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08364C

Black with #08364C

Text Example


Text Example

White with #08364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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