Html Css Color HEX #033037 Nordic

📋 copy color: '#033037'

red 3 ◦ green 48 ◦ blue 55

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

Shades of Nordic #033037

Tints of Nordic #033037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 51.89%

R = 2.83%
G = 45.28%
B = 51.89%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#033037 (or 0x033037) is known color: Nordic. HEX triplet: 03, 30 and 37. RGB value is (3,48,55). Sum of RGB (Red+Green+Blue) = 3+48+55=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #033037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033037 is #FCCFC8. Grayscale: #232323. Windows color (decimal): -16568265 or 3616771. OLE color: 3616771.

HSL color Cylindrical-coordinate representation of color #033037: hue angle of 188.08º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033037 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 48 55 -
CMYK 0.95 0.13 0 0.78
HSL 188.08º 0.9% 0.11% -
HSV(B) 188.08º 0.95% 0.22% -
XYZ 1.78 2.41 3.99 -
YUV 35.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 3 48 55 0.95 0.13 0 0.78 188.08 0.9 0.11
Hex 3 30 37 5F D 0 4E BC 5A B
Octal 3 60 67 137 15 0 116 274 132 13
Binary 11 110000 110111 1011111 1101 0 1001110 10111100 1011010 1011

Color Harmonies of #033037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033037

Black with #033037

Text Example


Text Example

White with #033037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033037; }

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

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

background-color css

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

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

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

border-color css

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

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

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