Html Css Color HEX #032C38 Nordic

📋 copy color: '#032C38'

red 3 ◦ green 44 ◦ blue 56

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

Shades of Nordic #032C38

Tints of Nordic #032C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 42.72%

 BLUE value IS 56 (22.27% from 255) = 54.37%

R = 2.91%
G = 42.72%
B = 54.37%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#032C38 (or 0x032C38) is known color: Nordic. HEX triplet: 03, 2C and 38. RGB value is (3,44,56). Sum of RGB (Red+Green+Blue) = 3+44+56=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #032C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C38 is #FCD3C7. Grayscale: #212121. Windows color (decimal): -16569288 or 3681283. OLE color: 3681283.

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

Color convert

RGB 3 44 56 -
CMYK 0.95 0.21 0 0.78
HSL 193.58º 0.9% 0.12% -
HSV(B) 193.58º 0.95% 0.22% -
XYZ 1.65 2.11 4.06 -
YUV 33.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 3 44 56 0.95 0.21 0 0.78 193.58 0.9 0.12
Hex 3 2C 38 5F 15 0 4E C2 5A C
Octal 3 54 70 137 25 0 116 302 132 14
Binary 11 101100 111000 1011111 10101 0 1001110 11000010 1011010 1100

Color Harmonies of #032C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C38

Black with #032C38

Text Example


Text Example

White with #032C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,44,56); }

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

background-color css

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

 a { background-color: rgb(3,44,56); }

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

border-color css

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

 span { border-color: rgb(3,44,56); }

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