#023234

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

Shades of Nordic #023234

Tints of Nordic #023234

Color information

#023234 (or 0x023234) is unknown color: approx Nordic. HEX triplet: 02, 32 and 34. RGB value is (2,50,52). Sum of RGB (Red+Green+Blue) = 2+50+52=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #023234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023234 is #FDCDCB. Grayscale: #232323. Windows color (decimal): -16633292 or 3420674. OLE color: 3420674.

HSL color Cylindrical-coordinate representation of color #023234: hue angle of 182.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023234 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB25052-
CMYK0.960.0400.80
HSL182.4º92.59%10.59%-
HSV(B)182.4º96.15%20.39%-
XYZ1.792.543.65-
YUV35.88137.1103.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 52 (20.70% from 255) = 50%
R=1.92%
G=48.08%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal250520.960.0400.80182.492.5910.59
Hex23234604050b65db
Octal262641404012026613513
Binary101100101101001100000100010100001011011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023234; }

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

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

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

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

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

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

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

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