Html Css Color HEX #033035 Nordic

📋 copy color: '#033035'

red 3 ◦ green 48 ◦ blue 53

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

Shades of Nordic #033035

Tints of Nordic #033035

RGB

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

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

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

R = 2.88%
G = 46.15%
B = 50.96%

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

#033035 (or 0x033035) is known color: Nordic. HEX triplet: 03, 30 and 35. RGB value is (3,48,53). Sum of RGB (Red+Green+Blue) = 3+48+53=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #033035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033035 is #FCCFCA. Grayscale: #232323. Windows color (decimal): -16568267 or 3485699. OLE color: 3485699.

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

Color convert

RGB 3 48 53 -
CMYK 0.94 0.09 0 0.79
HSL 186º 0.89% 0.11% -
HSV(B) 186º 0.94% 0.21% -
XYZ 1.74 2.39 3.74 -
YUV 35.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 3 48 53 0.94 0.09 0 0.79 186 0.89 0.11
Hex 3 30 35 5E 9 0 4F BA 59 B
Octal 3 60 65 136 11 0 117 272 131 13
Binary 11 110000 110101 1011110 1001 0 1001111 10111010 1011001 1011

Color Harmonies of #033035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033035

Black with #033035

Text Example


Text Example

White with #033035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033035; }

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

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

background-color css

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

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

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

border-color css

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

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

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