Html Css Color HEX #08354C Blue Whale

📋 copy color: '#08354C'

red 8 ◦ green 53 ◦ blue 76

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

Shades of Blue Whale #08354C

Tints of Blue Whale #08354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.69%

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

R = 5.84%
G = 38.69%
B = 55.47%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08354C (or 0x08354C) is known color: Blue Whale. HEX triplet: 08, 35 and 4C. RGB value is (8,53,76). Sum of RGB (Red+Green+Blue) = 8+53+76=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #08354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08354C is #F7CAB3. Grayscale: #2A2A2A. Windows color (decimal): -16239284 or 4994312. OLE color: 4994312.

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

Color convert

RGB 8 53 76 -
CMYK 0.89 0.30 0 0.70
HSL 200.29º 0.81% 0.16% -
HSV(B) 200.29º 0.89% 0.3% -
XYZ 2.68 3.12 7.3 -
YUV 42.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 8 53 76 0.89 0.30 0 0.70 200.29 0.81 0.16
Hex 8 35 4C 59 1E 0 46 C8 51 10
Octal 10 65 114 131 36 0 106 310 121 20
Binary 1000 110101 1001100 1011001 11110 0 1000110 11001000 1010001 10000

Color Harmonies of #08354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08354C

Black with #08354C

Text Example


Text Example

White with #08354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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