#023240

Color #023240 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #023240

Tints of Nordic #023240

Color information

#023240 (or 0x023240) is unknown color: approx Nordic. HEX triplet: 02, 32 and 40. RGB value is (2,50,64). Sum of RGB (Red+Green+Blue) = 2+50+64=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #023240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023240 is #FDCDBF. Grayscale: #252525. Windows color (decimal): -16633280 or 4207106. OLE color: 4207106.

HSL color Cylindrical-coordinate representation of color #023240: hue angle of 193.55º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023240 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB25064-
CMYK0.970.2200.75
HSL193.55º93.94%12.94%-
HSV(B)193.55º96.88%25.1%-
XYZ2.092.665.25-
YUV37.24143.1102.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=1.72%
G=43.10%
B=55.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal250640.970.2200.75193.5593.9412.94
Hex23240611604Bc25ed
Octal26210014126011330213615
Binary101100101000000110000110110010010111100001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023240; }

 p { color: rgb(2,50,64); }

 H1.HeaderClassName
 {
   color: #023240;
 }
 .AnyTagClassName
 {
   color: #023240;
 }
</style>
background-color css

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

 a { background-color: rgb(2,50,64); }

 div.DivClassName
 {
   background-color: #023240;
 }
 .BgClassName
 {
   background-color: #023240;
 }
</style>
border-color css

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

 span { border-color: rgb(2,50,64); }

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