Html Css Color HEX #033335 Nordic

📋 copy color: '#033335'

red 3 ◦ green 51 ◦ blue 53

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

Shades of Nordic #033335

Tints of Nordic #033335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 49.53%

R = 2.8%
G = 47.66%
B = 49.53%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#033335 (or 0x033335) is known color: Nordic. HEX triplet: 03, 33 and 35. RGB value is (3,51,53). Sum of RGB (Red+Green+Blue) = 3+51+53=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #033335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033335 is #FCCCCA. Grayscale: #242424. Windows color (decimal): -16567499 or 3486467. OLE color: 3486467.

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

Color convert

RGB 3 51 53 -
CMYK 0.94 0.04 0 0.79
HSL 182.4º 0.89% 0.11% -
HSV(B) 182.4º 0.94% 0.21% -
XYZ 1.86 2.64 3.78 -
YUV 36.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 3 51 53 0.94 0.04 0 0.79 182.4 0.89 0.11
Hex 3 33 35 5E 4 0 4F B6 59 B
Octal 3 63 65 136 4 0 117 266 131 13
Binary 11 110011 110101 1011110 100 0 1001111 10110110 1011001 1011

Color Harmonies of #033335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033335

Black with #033335

Text Example


Text Example

White with #033335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033335; }

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

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

background-color css

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

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

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

border-color css

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

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

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