Html Css Color HEX #023238 Nordic

📋 copy color: '#023238'

red 2 ◦ green 50 ◦ blue 56

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

Shades of Nordic #023238

Tints of Nordic #023238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 51.85%

R = 1.85%
G = 46.3%
B = 51.85%

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

#023238 (or 0x023238) is known color: Nordic. HEX triplet: 02, 32 and 38. RGB value is (2,50,56). Sum of RGB (Red+Green+Blue) = 2+50+56=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #023238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023238 is #FDCDC7. Grayscale: #242424. Windows color (decimal): -16633288 or 3682818. OLE color: 3682818.

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

Color convert

RGB 2 50 56 -
CMYK 0.96 0.11 0 0.78
HSL 186.67º 0.93% 0.11% -
HSV(B) 186.67º 0.96% 0.22% -
XYZ 1.88 2.58 4.14 -
YUV 36.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 2 50 56 0.96 0.11 0 0.78 186.67 0.93 0.11
Hex 2 32 38 60 B 0 4E BB 5D B
Octal 2 62 70 140 13 0 116 273 135 13
Binary 10 110010 111000 1100000 1011 0 1001110 10111011 1011101 1011

Color Harmonies of #023238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023238

Black with #023238

Text Example


Text Example

White with #023238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023238; }

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

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

background-color css

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

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

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

border-color css

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

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

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