Html Css Color HEX #08354E Blue Whale

📋 copy color: '#08354E'

red 8 ◦ green 53 ◦ blue 78

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

Shades of Blue Whale #08354E

Tints of Blue Whale #08354E

RGB

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

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

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

R = 5.76%
G = 38.13%
B = 56.12%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08354E (or 0x08354E) is known color: Blue Whale. HEX triplet: 08, 35 and 4E. RGB value is (8,53,78). Sum of RGB (Red+Green+Blue) = 8+53+78=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #08354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08354E is #F7CAB1. Grayscale: #2A2A2A. Windows color (decimal): -16239282 or 5125384. OLE color: 5125384.

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

Color convert

RGB 8 53 78 -
CMYK 0.90 0.32 0 0.69
HSL 201.43º 0.81% 0.17% -
HSV(B) 201.43º 0.9% 0.31% -
XYZ 2.75 3.15 7.67 -
YUV 42.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 8 53 78 0.90 0.32 0 0.69 201.43 0.81 0.17
Hex 8 35 4E 5A 20 0 45 C9 51 11
Octal 10 65 116 132 40 0 105 311 121 21
Binary 1000 110101 1001110 1011010 100000 0 1000101 11001001 1010001 10001

Color Harmonies of #08354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08354E

Black with #08354E

Text Example


Text Example

White with #08354E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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