#023134

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

Shades of Nordic #023134

Tints of Nordic #023134

Color information

#023134 (or 0x023134) is unknown color: approx Nordic. HEX triplet: 02, 31 and 34. RGB value is (2,49,52). Sum of RGB (Red+Green+Blue) = 2+49+52=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #023134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023134 is #FDCECB. Grayscale: #232323. Windows color (decimal): -16633548 or 3420418. OLE color: 3420418.

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

Color convert

RGB24952-
CMYK0.960.0600.80
HSL183.6º92.59%10.59%-
HSV(B)183.6º96.15%20.39%-
XYZ1.742.463.63-
YUV35.29137.43104.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 52 (20.70% from 255) = 50.49%
R=1.94%
G=47.57%
B=50.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal249520.960.0600.80183.692.5910.59
Hex23134606050b85db
Octal261641406012027013513
Binary101100011101001100000110010100001011100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023134; }

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

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

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

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

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

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

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

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