Html Css Color HEX #033237 Nordic

📋 copy color: '#033237'

red 3 ◦ green 50 ◦ blue 55

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

Shades of Nordic #033237

Tints of Nordic #033237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.3%

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

R = 2.78%
G = 46.3%
B = 50.93%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#033237 (or 0x033237) is known color: Nordic. HEX triplet: 03, 32 and 37. RGB value is (3,50,55). Sum of RGB (Red+Green+Blue) = 3+50+55=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #033237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033237 is #FCCDC8. Grayscale: #242424. Windows color (decimal): -16567753 or 3617283. OLE color: 3617283.

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

Color convert

RGB 3 50 55 -
CMYK 0.95 0.09 0 0.78
HSL 185.77º 0.9% 0.11% -
HSV(B) 185.77º 0.95% 0.22% -
XYZ 1.87 2.58 4.01 -
YUV 36.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 3 50 55 0.95 0.09 0 0.78 185.77 0.9 0.11
Hex 3 32 37 5F 9 0 4E BA 5A B
Octal 3 62 67 137 11 0 116 272 132 13
Binary 11 110010 110111 1011111 1001 0 1001110 10111010 1011010 1011

Color Harmonies of #033237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033237

Black with #033237

Text Example


Text Example

White with #033237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033237; }

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

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

background-color css

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

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

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

border-color css

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

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

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