#08384F

Color #08384F Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #08384F

Tints of Blue Whale #08384F

Color information

#08384F (or 0x08384F) is unknown color: approx 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

RGB85679-
CMYK0.900.2900.69
HSL199.44º81.61%17.06%-
HSV(B)199.44º89.87%30.98%-
XYZ2.933.447.91-
YUV44.27147.6102.13-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal856790.900.2900.69199.4481.6117.06
Hex8384F5A1D045c75211
Octal107011713235010530712221
Binary100011100010011111011010111010100010111000111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>