Html Css Color HEX #033336 Nordic

📋 copy color: '#033336'

red 3 ◦ green 51 ◦ blue 54

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

Shades of Nordic #033336

Tints of Nordic #033336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 47.22%

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

R = 2.78%
G = 47.22%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#033336 (or 0x033336) is known color: Nordic. HEX triplet: 03, 33 and 36. RGB value is (3,51,54). Sum of RGB (Red+Green+Blue) = 3+51+54=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #033336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033336 is #FCCCC9. Grayscale: #242424. Windows color (decimal): -16567498 or 3552003. OLE color: 3552003.

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

Color convert

RGB 3 51 54 -
CMYK 0.94 0.06 0 0.79
HSL 183.53º 0.89% 0.11% -
HSV(B) 183.53º 0.94% 0.21% -
XYZ 1.89 2.65 3.9 -
YUV 36.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 3 51 54 0.94 0.06 0 0.79 183.53 0.89 0.11
Hex 3 33 36 5E 6 0 4F B8 59 B
Octal 3 63 66 136 6 0 117 270 131 13
Binary 11 110011 110110 1011110 110 0 1001111 10111000 1011001 1011

Color Harmonies of #033336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033336

Black with #033336

Text Example


Text Example

White with #033336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033336; }

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

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

background-color css

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

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

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

border-color css

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

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

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