Html Css Color HEX #032A30 Nordic

📋 copy color: '#032A30'

red 3 ◦ green 42 ◦ blue 48

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

Shades of Nordic #032A30

Tints of Nordic #032A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 45.16%

 BLUE value IS 48 (19.14% from 255) = 51.61%

R = 3.23%
G = 45.16%
B = 51.61%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#032A30 (or 0x032A30) is known color: Nordic. HEX triplet: 03, 2A and 30. RGB value is (3,42,48). Sum of RGB (Red+Green+Blue) = 3+42+48=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #032A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A30 is #FCD5CF. Grayscale: #1E1E1E. Windows color (decimal): -16569808 or 3156483. OLE color: 3156483.

HSL color Cylindrical-coordinate representation of color #032A30: hue angle of 188º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032A30 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 42 48 -
CMYK 0.94 0.13 0 0.81
HSL 188º 0.88% 0.1% -
HSV(B) 188º 0.94% 0.19% -
XYZ 1.4 1.89 3.09 -
YUV 31.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 3 42 48 0.94 0.13 0 0.81 188 0.88 0.1
Hex 3 2A 30 5E D 0 51 BC 58 A
Octal 3 52 60 136 15 0 121 274 130 12
Binary 11 101010 110000 1011110 1101 0 1010001 10111100 1011000 1010

Color Harmonies of #032A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A30

Black with #032A30

Text Example


Text Example

White with #032A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,42,48); }

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

background-color css

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

 a { background-color: rgb(3,42,48); }

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

border-color css

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

 span { border-color: rgb(3,42,48); }

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