#08373C

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

Shades of Nordic #08373C

Tints of Nordic #08373C

Color information

#08373C (or 0x08373C) is unknown color: approx Nordic. HEX triplet: 08, 37 and 3C. RGB value is (8,55,60). Sum of RGB (Red+Green+Blue) = 8+55+60=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #08373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08373C is #F7C8C3. Grayscale: #292929. Windows color (decimal): -16238788 or 3946248. OLE color: 3946248.

HSL color Cylindrical-coordinate representation of color #08373C: hue angle of 185.77º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08373C is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB85560-
CMYK0.870.0800.76
HSL185.77º76.47%13.33%-
HSV(B)185.77º86.67%23.53%-
XYZ2.283.114.76-
YUV41.52138.43104.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 55 (21.88% from 255) = 44.72%
BLUE value IS 60 (23.83% from 255) = 48.78%
R=6.50%
G=44.72%
B=48.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal855600.870.0800.76185.7776.4713.33
Hex8373C57804Cba4cd
Octal10677412710011427211415
Binary100011011111110010101111000010011001011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08373C; }

 p { color: rgb(8,55,60); }

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

<style>
 a { background-color: #08373C; }

 a { background-color: rgb(8,55,60); }

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

<style>
 span { border-color: #08373C; }

 span { border-color: rgb(8,55,60); }

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