#023034

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

Shades of Nordic #023034

Tints of Nordic #023034

Color information

#023034 (or 0x023034) is unknown color: approx Nordic. HEX triplet: 02, 30 and 34. RGB value is (2,48,52). Sum of RGB (Red+Green+Blue) = 2+48+52=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #023034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023034 is #FDCFCB. Grayscale: #222222. Windows color (decimal): -16633804 or 3420162. OLE color: 3420162.

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

Color convert

RGB24852-
CMYK0.960.0800.80
HSL184.8º92.59%10.59%-
HSV(B)184.8º96.15%20.39%-
XYZ1.72.373.62-
YUV34.7137.76104.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 52 (20.70% from 255) = 50.98%
R=1.96%
G=47.06%
B=50.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal248520.960.0800.80184.892.5910.59
Hex23034608050b95db
Octal2606414010012027113513
Binary1011000011010011000001000010100001011100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023034; }

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

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

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

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

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

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

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

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