Html Css Color HEX #033036 Nordic

📋 copy color: '#033036'

red 3 ◦ green 48 ◦ blue 54

#033036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #033036

Tints of Nordic #033036

RGB

 RED value IS 3 (1.56% from 255) = 2.86%

 GREEN value IS 48 (19.14% from 255) = 45.71%

 BLUE value IS 54 (21.48% from 255) = 51.43%

R = 2.86%
G = 45.71%
B = 51.43%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#033036 (or 0x033036) is known color: Nordic. HEX triplet: 03, 30 and 36. RGB value is (3,48,54). Sum of RGB (Red+Green+Blue) = 3+48+54=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #033036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033036 is #FCCFC9. Grayscale: #232323. Windows color (decimal): -16568266 or 3551235. OLE color: 3551235.

HSL color Cylindrical-coordinate representation of color #033036: hue angle of 187.06º 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 #033036 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 3 48 54 -
CMYK 0.94 0.11 0 0.79
HSL 187.06º 0.89% 0.11% -
HSV(B) 187.06º 0.94% 0.21% -
XYZ 1.76 2.4 3.86 -
YUV 35.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 3 48 54 0.94 0.11 0 0.79 187.06 0.89 0.11
Hex 3 30 36 5E B 0 4F BB 59 B
Octal 3 60 66 136 13 0 117 273 131 13
Binary 11 110000 110110 1011110 1011 0 1001111 10111011 1011001 1011

Color Harmonies of #033036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033036

Black with #033036

Text Example


Text Example

White with #033036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033036; }

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

 H1.HeaderClassName
 {
   color: #033036;
 }
 .AnyTagClassName
 {
   color: #033036;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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