Html Css Color HEX #08354D Blue Whale

📋 copy color: '#08354D'

red 8 ◦ green 53 ◦ blue 77

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

Shades of Blue Whale #08354D

Tints of Blue Whale #08354D

RGB

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

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

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

R = 5.8%
G = 38.41%
B = 55.8%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08354D (or 0x08354D) is known color: Blue Whale. HEX triplet: 08, 35 and 4D. RGB value is (8,53,77). Sum of RGB (Red+Green+Blue) = 8+53+77=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #08354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08354D is #F7CAB2. Grayscale: #2A2A2A. Windows color (decimal): -16239283 or 5059848. OLE color: 5059848.

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

Color convert

RGB 8 53 77 -
CMYK 0.90 0.31 0 0.70
HSL 200.87º 0.81% 0.17% -
HSV(B) 200.87º 0.9% 0.3% -
XYZ 2.71 3.13 7.48 -
YUV 42.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 8 53 77 0.90 0.31 0 0.70 200.87 0.81 0.17
Hex 8 35 4D 5A 1F 0 46 C9 51 11
Octal 10 65 115 132 37 0 106 311 121 21
Binary 1000 110101 1001101 1011010 11111 0 1000110 11001001 1010001 10001

Color Harmonies of #08354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08354D

Black with #08354D

Text Example


Text Example

White with #08354D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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