#033039

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

Shades of Nordic #033039

Tints of Nordic #033039

Color information

#033039 (or 0x033039) is unknown color: approx Nordic. HEX triplet: 03, 30 and 39. RGB value is (3,48,57). Sum of RGB (Red+Green+Blue) = 3+48+57=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #033039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033039 is #FCCFC6. Grayscale: #232323. Windows color (decimal): -16568263 or 3747843. OLE color: 3747843.

HSL color Cylindrical-coordinate representation of color #033039: hue angle of 190º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033039 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB34857-
CMYK0.950.1600.78
HSL190º90%11.76%-
HSV(B)190º94.74%22.35%-
XYZ1.832.434.24-
YUV35.57140.09104.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 57 (22.66% from 255) = 52.78%
R=2.78%
G=44.44%
B=52.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal348570.950.1600.781909011.76
Hex330395F1004Ebe5ac
Octal3607113720011627613214
Binary11110000111001101111110000010011101011111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033039; }

 p { color: rgb(3,48,57); }

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

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

 a { background-color: rgb(3,48,57); }

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

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

 span { border-color: rgb(3,48,57); }

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