#023238

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

Shades of Nordic #023238

Tints of Nordic #023238

Color information

#023238 (or 0x023238) is unknown color: approx Nordic. HEX triplet: 02, 32 and 38. RGB value is (2,50,56). Sum of RGB (Red+Green+Blue) = 2+50+56=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #023238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023238 is #FDCDC7. Grayscale: #242424. Windows color (decimal): -16633288 or 3682818. OLE color: 3682818.

HSL color Cylindrical-coordinate representation of color #023238: hue angle of 186.67º 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 #023238 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB25056-
CMYK0.960.1100.78
HSL186.67º93.1%11.37%-
HSV(B)186.67º96.43%21.96%-
XYZ1.882.584.14-
YUV36.33139.1103.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=1.85%
G=46.30%
B=51.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal250560.960.1100.78186.6793.111.37
Hex2323860B04Ebb5db
Octal2627014013011627313513
Binary1011001011100011000001011010011101011101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023238; }

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

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

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

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

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

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

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

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