Html Css Color HEX #002E3B Nordic

📋 copy color: '#002E3B'

red 0 ◦ green 46 ◦ blue 59

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

Shades of Nordic #002E3B

Tints of Nordic #002E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 56.19%

R = 0%
G = 43.81%
B = 56.19%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#002E3B (or 0x002E3B) is known color: Nordic. HEX triplet: 00, 2E and 3B. RGB value is (0,46,59). Sum of RGB (Red+Green+Blue) = 0+46+59=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 59 (23.44% from 255 or 56.19% from 105); Max value from RGB is 59 - color contains mainly: blue. Hex color #002E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E3B is #FFD1C4. Grayscale: #212121. Windows color (decimal): -16765381 or 3878400. OLE color: 3878400.

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

Color convert

RGB 0 46 59 -
CMYK 1 0.22 0 0.77
HSL 193.22º 1% 0.12% -
HSV(B) 193.22º 1% 0.23% -
XYZ 1.77 2.27 4.48 -
YUV 33.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 0 46 59 1 0.22 0 0.77 193.22 1 0.12
Hex 0 2E 3B 64 16 0 4D C1 64 C
Octal 0 56 73 144 26 0 115 301 144 14
Binary 0 101110 111011 1100100 10110 0 1001101 11000001 1100100 1100

Color Harmonies of #002E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E3B

Black with #002E3B

Text Example


Text Example

White with #002E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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