Html Css Color HEX #003CA1 Smalt

📋 copy color: '#003CA1'

red 0 ◦ green 60 ◦ blue 161

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

Shades of Smalt #003CA1

Tints of Smalt #003CA1

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 161 (63.28% from 255) = 72.85%

R = 0%
G = 27.15%
B = 72.85%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#003CA1 (or 0x003CA1) is known color: Smalt. HEX triplet: 00, 3C and A1. RGB value is (0,60,161). Sum of RGB (Red+Green+Blue) = 0+60+161=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 161 (63.28% from 255 or 72.85% from 221); Max value from RGB is 161 - color contains mainly: blue. Hex color #003CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003CA1 is #FFC35E. Grayscale: #353535. Windows color (decimal): -16761695 or 10566656. OLE color: 10566656.

HSL color Cylindrical-coordinate representation of color #003CA1: hue angle of 217.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CA1 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 60 161 -
CMYK 1 0.63 0 0.37
HSL 217.64º 1% 0.32% -
HSV(B) 217.64º 1% 0.63% -
XYZ 8.05 5.8 34.41 -
YUV 53.57 188.62 89.79 -
System Red Green Blue C M Y K H S L
Decimal 0 60 161 1 0.63 0 0.37 217.64 1 0.32
Hex 0 3C A1 64 3F 0 25 DA 64 20
Octal 0 74 241 144 77 0 45 332 144 40
Binary 0 111100 10100001 1100100 111111 0 100101 11011010 1100100 100000

Color Harmonies of #003CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CA1

Black with #003CA1

Text Example


Text Example

White with #003CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003CA1; }

 p { color: rgb(0,60,161); }

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

background-color css

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

 a { background-color: rgb(0,60,161); }

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

border-color css

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

 span { border-color: rgb(0,60,161); }

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