Html Css Color HEX #023034 Nordic

📋 copy color: '#023034'

red 2 ◦ green 48 ◦ blue 52

#023034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #023034

Tints of Nordic #023034

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.7% from 255) = 50.98%

R = 1.96%
G = 47.06%
B = 50.98%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#023034 (or 0x023034) is known color: 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

RGB 2 48 52 -
CMYK 0.96 0.08 0 0.80
HSL 184.8º 0.93% 0.11% -
HSV(B) 184.8º 0.96% 0.2% -
XYZ 1.7 2.37 3.62 -
YUV 34.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 2 48 52 0.96 0.08 0 0.80 184.8 0.93 0.11
Hex 2 30 34 60 8 0 50 B9 5D B
Octal 2 60 64 140 10 0 120 271 135 13
Binary 10 110000 110100 1100000 1000 0 1010000 10111001 1011101 1011

Color Harmonies of #023034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023034

Black with #023034

Text Example


Text Example

White with #023034

Text Example


Text Example

HTML Codes & Css Web 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>