#033135

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

Shades of Nordic #033135

Tints of Nordic #033135

Color information

#033135 (or 0x033135) is unknown color: approx Nordic. HEX triplet: 03, 31 and 35. RGB value is (3,49,53). Sum of RGB (Red+Green+Blue) = 3+49+53=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #033135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033135 is #FCCECA. Grayscale: #232323. Windows color (decimal): -16568011 or 3485955. OLE color: 3485955.

HSL color Cylindrical-coordinate representation of color #033135: hue angle of 184.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033135 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB34953-
CMYK0.940.0800.79
HSL184.8º89.29%10.98%-
HSV(B)184.8º94.34%20.78%-
XYZ1.782.473.75-
YUV35.7137.76104.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=2.86%
G=46.67%
B=50.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal349530.940.0800.79184.889.2910.98
Hex331355E804Fb959b
Octal3616513610011727113113
Binary1111000111010110111101000010011111011100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033135; }

 p { color: rgb(3,49,53); }

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

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

 a { background-color: rgb(3,49,53); }

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

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

 span { border-color: rgb(3,49,53); }

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