Html Css Color HEX #022C38 Nordic

📋 copy color: '#022C38'

red 2 ◦ green 44 ◦ blue 56

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

Shades of Nordic #022C38

Tints of Nordic #022C38

RGB

 RED value IS 2 (1.17% from 255) = 1.96%

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

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

R = 1.96%
G = 43.14%
B = 54.9%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#022C38 (or 0x022C38) is known color: Nordic. HEX triplet: 02, 2C and 38. RGB value is (2,44,56). Sum of RGB (Red+Green+Blue) = 2+44+56=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #022C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C38 is #FDD3C7. Grayscale: #202020. Windows color (decimal): -16634824 or 3681282. OLE color: 3681282.

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

Color convert

RGB 2 44 56 -
CMYK 0.96 0.21 0 0.78
HSL 193.33º 0.93% 0.11% -
HSV(B) 193.33º 0.96% 0.22% -
XYZ 1.64 2.1 4.06 -
YUV 32.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 2 44 56 0.96 0.21 0 0.78 193.33 0.93 0.11
Hex 2 2C 38 60 15 0 4E C1 5D B
Octal 2 54 70 140 25 0 116 301 135 13
Binary 10 101100 111000 1100000 10101 0 1001110 11000001 1011101 1011

Color Harmonies of #022C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C38

Black with #022C38

Text Example


Text Example

White with #022C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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