Html Css Color HEX #023CA2 Smalt

📋 copy color: '#023CA2'

red 2 ◦ green 60 ◦ blue 162

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

Shades of Smalt #023CA2

Tints of Smalt #023CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.79%

 BLUE value IS 162 (63.67% from 255) = 72.32%

R = 0.89%
G = 26.79%
B = 72.32%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#023CA2 (or 0x023CA2) is known color: Smalt. HEX triplet: 02, 3C and A2. RGB value is (2,60,162). Sum of RGB (Red+Green+Blue) = 2+60+162=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 162 (63.67% from 255 or 72.32% from 224); Max value from RGB is 162 - color contains mainly: blue. Hex color #023CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023CA2 is #FDC35D. Grayscale: #353535. Windows color (decimal): -16630622 or 10632194. OLE color: 10632194.

HSL color Cylindrical-coordinate representation of color #023CA2: hue angle of 218.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CA2 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 60 162 -
CMYK 0.99 0.63 0 0.36
HSL 218.25º 0.98% 0.32% -
HSV(B) 218.25º 0.99% 0.64% -
XYZ 8.16 5.85 34.88 -
YUV 54.29 188.78 90.71 -
System Red Green Blue C M Y K H S L
Decimal 2 60 162 0.99 0.63 0 0.36 218.25 0.98 0.32
Hex 2 3C A2 63 3F 0 24 DA 62 20
Octal 2 74 242 143 77 0 44 332 142 40
Binary 10 111100 10100010 1100011 111111 0 100100 11011010 1100010 100000

Color Harmonies of #023CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CA2

Black with #023CA2

Text Example


Text Example

White with #023CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023CA2; }

 p { color: rgb(2,60,162); }

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

background-color css

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

 a { background-color: rgb(2,60,162); }

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

border-color css

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

 span { border-color: rgb(2,60,162); }

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