Html Css Color HEX #032E3A Nordic

📋 copy color: '#032E3A'

red 3 ◦ green 46 ◦ blue 58

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

Shades of Nordic #032E3A

Tints of Nordic #032E3A

RGB

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

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

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

R = 2.8%
G = 42.99%
B = 54.21%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#032E3A (or 0x032E3A) is known color: Nordic. HEX triplet: 03, 2E and 3A. RGB value is (3,46,58). Sum of RGB (Red+Green+Blue) = 3+46+58=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #032E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E3A is #FCD1C5. Grayscale: #222222. Windows color (decimal): -16568774 or 3812867. OLE color: 3812867.

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

Color convert

RGB 3 46 58 -
CMYK 0.95 0.21 0 0.77
HSL 193.09º 0.9% 0.12% -
HSV(B) 193.09º 0.95% 0.23% -
XYZ 1.78 2.28 4.35 -
YUV 34.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 3 46 58 0.95 0.21 0 0.77 193.09 0.9 0.12
Hex 3 2E 3A 5F 15 0 4D C1 5A C
Octal 3 56 72 137 25 0 115 301 132 14
Binary 11 101110 111010 1011111 10101 0 1001101 11000001 1011010 1100

Color Harmonies of #032E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E3A

Black with #032E3A

Text Example


Text Example

White with #032E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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