Html Css Color HEX #033135 Nordic

📋 copy color: '#033135'

red 3 ◦ green 49 ◦ blue 53

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

Shades of Nordic #033135

Tints of Nordic #033135

RGB

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

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

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

R = 2.86%
G = 46.67%
B = 50.48%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#033135 (or 0x033135) is known color: Nordic. HEX triplet: 03, 31 and 35. RGB value is (3,49,53). Sum of RGB (Red+Green+Blue) = 3+49+53=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #033135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033135 is #FCCECA. Grayscale: #232323. Windows color (decimal): -16568011 or 3485955. OLE color: 3485955.

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

Color convert

RGB 3 49 53 -
CMYK 0.94 0.08 0 0.79
HSL 184.8º 0.89% 0.11% -
HSV(B) 184.8º 0.94% 0.21% -
XYZ 1.78 2.47 3.75 -
YUV 35.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 3 49 53 0.94 0.08 0 0.79 184.8 0.89 0.11
Hex 3 31 35 5E 8 0 4F B9 59 B
Octal 3 61 65 136 10 0 117 271 131 13
Binary 11 110001 110101 1011110 1000 0 1001111 10111001 1011001 1011

Color Harmonies of #033135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033135

Black with #033135

Text Example


Text Example

White with #033135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033135; }

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

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

background-color css

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

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

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

border-color css

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

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

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