Html Css Color HEX #08384F Blue Whale

📋 copy color: '#08384F'

red 8 ◦ green 56 ◦ blue 79

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

Shades of Blue Whale #08384F

Tints of Blue Whale #08384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.16%

 BLUE value IS 79 (31.25% from 255) = 55.24%

R = 5.59%
G = 39.16%
B = 55.24%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08384F (or 0x08384F) is known color: Blue Whale. HEX triplet: 08, 38 and 4F. RGB value is (8,56,79). Sum of RGB (Red+Green+Blue) = 8+56+79=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #08384F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08384F is #F7C7B0. Grayscale: #2C2C2C. Windows color (decimal): -16238513 or 5191688. OLE color: 5191688.

HSL color Cylindrical-coordinate representation of color #08384F: hue angle of 199.44º degrees, saturation: 0.82, 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 #08384F is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 56 79 -
CMYK 0.90 0.29 0 0.69
HSL 199.44º 0.82% 0.17% -
HSV(B) 199.44º 0.9% 0.31% -
XYZ 2.93 3.44 7.91 -
YUV 44.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 8 56 79 0.90 0.29 0 0.69 199.44 0.82 0.17
Hex 8 38 4F 5A 1D 0 45 C7 52 11
Octal 10 70 117 132 35 0 105 307 122 21
Binary 1000 111000 1001111 1011010 11101 0 1000101 11000111 1010010 10001

Color Harmonies of #08384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08384F

Black with #08384F

Text Example


Text Example

White with #08384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08384F; }

 p { color: rgb(8,56,79); }

 H1.HeaderClassName
 {
   color: #08384F;
 }
 .AnyTagClassName
 {
   color: #08384F;
 }
</style>

background-color css

<style>
 a { background-color: #08384F; }

 a { background-color: rgb(8,56,79); }

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

border-color css

<style>
 span { border-color: #08384F; }

 span { border-color: rgb(8,56,79); }

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