Html Css Color HEX #023235 Nordic

📋 copy color: '#023235'

red 2 ◦ green 50 ◦ blue 53

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

Shades of Nordic #023235

Tints of Nordic #023235

RGB

 RED value IS 2 (1.17% from 255) = 1.9%

 GREEN value IS 50 (19.92% from 255) = 47.62%

 BLUE value IS 53 (21.09% from 255) = 50.48%

R = 1.9%
G = 47.62%
B = 50.48%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#023235 (or 0x023235) is known color: Nordic. HEX triplet: 02, 32 and 35. RGB value is (2,50,53). Sum of RGB (Red+Green+Blue) = 2+50+53=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #023235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023235 is #FDCDCA. Grayscale: #232323. Windows color (decimal): -16633291 or 3486210. OLE color: 3486210.

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

Color convert

RGB 2 50 53 -
CMYK 0.96 0.06 0 0.79
HSL 183.53º 0.93% 0.11% -
HSV(B) 183.53º 0.96% 0.21% -
XYZ 1.81 2.55 3.77 -
YUV 35.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 2 50 53 0.96 0.06 0 0.79 183.53 0.93 0.11
Hex 2 32 35 60 6 0 4F B8 5D B
Octal 2 62 65 140 6 0 117 270 135 13
Binary 10 110010 110101 1100000 110 0 1001111 10111000 1011101 1011

Color Harmonies of #023235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023235

Black with #023235

Text Example


Text Example

White with #023235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023235; }

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

 H1.HeaderClassName
 {
   color: #023235;
 }
 .AnyTagClassName
 {
   color: #023235;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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