Html Css Color HEX #023339 Nordic

📋 copy color: '#023339'

red 2 ◦ green 51 ◦ blue 57

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

Shades of Nordic #023339

Tints of Nordic #023339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.36%

 BLUE value IS 57 (22.66% from 255) = 51.82%

R = 1.82%
G = 46.36%
B = 51.82%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#023339 (or 0x023339) is known color: Nordic. HEX triplet: 02, 33 and 39. RGB value is (2,51,57). Sum of RGB (Red+Green+Blue) = 2+51+57=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #023339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023339 is #FDCCC6. Grayscale: #242424. Windows color (decimal): -16633031 or 3748610. OLE color: 3748610.

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

Color convert

RGB 2 51 57 -
CMYK 0.96 0.11 0 0.78
HSL 186.55º 0.93% 0.12% -
HSV(B) 186.55º 0.96% 0.22% -
XYZ 1.95 2.68 4.28 -
YUV 37.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 2 51 57 0.96 0.11 0 0.78 186.55 0.93 0.12
Hex 2 33 39 60 B 0 4E BB 5D C
Octal 2 63 71 140 13 0 116 273 135 14
Binary 10 110011 111001 1100000 1011 0 1001110 10111011 1011101 1100

Color Harmonies of #023339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023339

Black with #023339

Text Example


Text Example

White with #023339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023339; }

 p { color: rgb(2,51,57); }

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

background-color css

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

 a { background-color: rgb(2,51,57); }

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

border-color css

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

 span { border-color: rgb(2,51,57); }

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