Html Css Color HEX #002E3A Nordic

📋 copy color: '#002E3A'

red 0 ◦ green 46 ◦ blue 58

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

Shades of Nordic #002E3A

Tints of Nordic #002E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 55.77%

R = 0%
G = 44.23%
B = 55.77%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#002E3A (or 0x002E3A) is known color: Nordic. HEX triplet: 00, 2E and 3A. RGB value is (0,46,58). Sum of RGB (Red+Green+Blue) = 0+46+58=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #002E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E3A is #FFD1C5. Grayscale: #212121. Windows color (decimal): -16765382 or 3812864. OLE color: 3812864.

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

Color convert

RGB 0 46 58 -
CMYK 1 0.21 0 0.77
HSL 192.41º 1% 0.11% -
HSV(B) 192.41º 1% 0.23% -
XYZ 1.74 2.26 4.35 -
YUV 33.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 0 46 58 1 0.21 0 0.77 192.41 1 0.11
Hex 0 2E 3A 64 15 0 4D C0 64 B
Octal 0 56 72 144 25 0 115 300 144 13
Binary 0 101110 111010 1100100 10101 0 1001101 11000000 1100100 1011

Color Harmonies of #002E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E3A

Black with #002E3A

Text Example


Text Example

White with #002E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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