Html Css Color HEX #08344D Blue Whale

📋 copy color: '#08344D'

red 8 ◦ green 52 ◦ blue 77

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

Shades of Blue Whale #08344D

Tints of Blue Whale #08344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.96%

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

R = 5.84%
G = 37.96%
B = 56.2%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08344D (or 0x08344D) is known color: Blue Whale. HEX triplet: 08, 34 and 4D. RGB value is (8,52,77). Sum of RGB (Red+Green+Blue) = 8+52+77=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #08344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08344D is #F7CBB2. Grayscale: #292929. Windows color (decimal): -16239539 or 5059592. OLE color: 5059592.

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

Color convert

RGB 8 52 77 -
CMYK 0.90 0.32 0 0.70
HSL 201.74º 0.81% 0.17% -
HSV(B) 201.74º 0.9% 0.3% -
XYZ 2.67 3.04 7.47 -
YUV 41.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 8 52 77 0.90 0.32 0 0.70 201.74 0.81 0.17
Hex 8 34 4D 5A 20 0 46 CA 51 11
Octal 10 64 115 132 40 0 106 312 121 21
Binary 1000 110100 1001101 1011010 100000 0 1000110 11001010 1010001 10001

Color Harmonies of #08344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08344D

Black with #08344D

Text Example


Text Example

White with #08344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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