#08333F

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

Shades of Nordic #08333F

Tints of Nordic #08333F

Color information

#08333F (or 0x08333F) is unknown color: approx Nordic. HEX triplet: 08, 33 and 3F. RGB value is (8,51,63). Sum of RGB (Red+Green+Blue) = 8+51+63=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #08333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08333F is #F7CCC0. Grayscale: #272727. Windows color (decimal): -16239809 or 4141832. OLE color: 4141832.

HSL color Cylindrical-coordinate representation of color #08333F: hue angle of 193.09º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08333F is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB85163-
CMYK0.870.1900.75
HSL193.09º77.46%13.92%-
HSV(B)193.09º87.3%24.71%-
XYZ2.182.785.12-
YUV39.51141.25105.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 63 (25% from 255) = 51.64%
R=6.56%
G=41.80%
B=51.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal851630.870.1900.75193.0977.4613.92
Hex8333F571304Bc14de
Octal10637712723011330111516
Binary1000110011111111101011110011010010111100000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,51,63); }

 H1.HeaderClassName
 {
   color: #08333F;
 }
 .AnyTagClassName
 {
   color: #08333F;
 }
</style>
background-color css

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

 a { background-color: rgb(8,51,63); }

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

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

 span { border-color: rgb(8,51,63); }

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