Html Css Color HEX #033136 Nordic

📋 copy color: '#033136'

red 3 ◦ green 49 ◦ blue 54

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

Shades of Nordic #033136

Tints of Nordic #033136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 46.23%

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

R = 2.83%
G = 46.23%
B = 50.94%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#033136 (or 0x033136) is known color: Nordic. HEX triplet: 03, 31 and 36. RGB value is (3,49,54). Sum of RGB (Red+Green+Blue) = 3+49+54=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #033136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033136 is #FCCEC9. Grayscale: #232323. Windows color (decimal): -16568010 or 3551491. OLE color: 3551491.

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

Color convert

RGB 3 49 54 -
CMYK 0.94 0.09 0 0.79
HSL 185.88º 0.89% 0.11% -
HSV(B) 185.88º 0.94% 0.21% -
XYZ 1.8 2.48 3.87 -
YUV 35.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 3 49 54 0.94 0.09 0 0.79 185.88 0.89 0.11
Hex 3 31 36 5E 9 0 4F BA 59 B
Octal 3 61 66 136 11 0 117 272 131 13
Binary 11 110001 110110 1011110 1001 0 1001111 10111010 1011001 1011

Color Harmonies of #033136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033136

Black with #033136

Text Example


Text Example

White with #033136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033136; }

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

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

background-color css

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

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

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

border-color css

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

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

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