#033038

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

Shades of Nordic #033038

Tints of Nordic #033038

Color information

#033038 (or 0x033038) is unknown color: approx Nordic. HEX triplet: 03, 30 and 38. RGB value is (3,48,56). Sum of RGB (Red+Green+Blue) = 3+48+56=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #033038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033038 is #FCCFC7. Grayscale: #232323. Windows color (decimal): -16568264 or 3682307. OLE color: 3682307.

HSL color Cylindrical-coordinate representation of color #033038: hue angle of 189.06º 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 #033038 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB34856-
CMYK0.950.1400.78
HSL189.06º89.83%11.57%-
HSV(B)189.06º94.64%21.96%-
XYZ1.812.424.11-
YUV35.46139.59104.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 56 (22.27% from 255) = 52.34%
R=2.80%
G=44.86%
B=52.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal348560.950.1400.78189.0689.8311.57
Hex330385FE04Ebd5ac
Octal3607013716011627513214
Binary1111000011100010111111110010011101011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033038; }

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

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

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

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

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

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

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

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