Html Css Color HEX #002E37 Nordic

📋 copy color: '#002E37'

red 0 ◦ green 46 ◦ blue 55

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

Shades of Nordic #002E37

Tints of Nordic #002E37

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 46 (18.36% from 255) = 45.54%

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

R = 0%
G = 45.54%
B = 54.46%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002E37 (or 0x002E37) is known color: Nordic. HEX triplet: 00, 2E and 37. RGB value is (0,46,55). Sum of RGB (Red+Green+Blue) = 0+46+55=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #002E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E37 is #FFD1C8. Grayscale: #212121. Windows color (decimal): -16765385 or 3616256. OLE color: 3616256.

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

Color convert

RGB 0 46 55 -
CMYK 1 0.16 0 0.78
HSL 189.82º 1% 0.11% -
HSV(B) 189.82º 1% 0.22% -
XYZ 1.67 2.23 3.96 -
YUV 33.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 0 46 55 1 0.16 0 0.78 189.82 1 0.11
Hex 0 2E 37 64 10 0 4E BE 64 B
Octal 0 56 67 144 20 0 116 276 144 13
Binary 0 101110 110111 1100100 10000 0 1001110 10111110 1100100 1011

Color Harmonies of #002E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E37

Black with #002E37

Text Example


Text Example

White with #002E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002E37; }

 p { color: rgb(0,46,55); }

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

background-color css

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

 a { background-color: rgb(0,46,55); }

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

border-color css

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

 span { border-color: rgb(0,46,55); }

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