Html Css Color HEX #003CCA Persian Blue

📋 copy color: '#003CCA'

red 0 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #003CCA

Tints of Persian Blue #003CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 77.1%

R = 0%
G = 22.9%
B = 77.1%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#003CCA (or 0x003CCA) is known color: Persian Blue. HEX triplet: 00, 3C and CA. RGB value is (0,60,202). Sum of RGB (Red+Green+Blue) = 0+60+202=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 202 (79.30% from 255 or 77.10% from 262); Max value from RGB is 202 - color contains mainly: blue. Hex color #003CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CCA is #FFC335. Grayscale: #393939. Windows color (decimal): -16761654 or 13253632. OLE color: 13253632.

HSL color Cylindrical-coordinate representation of color #003CCA: hue angle of 222.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CCA is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 60 202 -
CMYK 1 0.70 0 0.21
HSL 222.18º 1% 0.4% -
HSV(B) 222.18º 1% 0.79% -
XYZ 12.28 7.5 56.68 -
YUV 58.25 209.12 86.45 -
System Red Green Blue C M Y K H S L
Decimal 0 60 202 1 0.70 0 0.21 222.18 1 0.4
Hex 0 3C CA 64 46 0 15 DE 64 28
Octal 0 74 312 144 106 0 25 336 144 50
Binary 0 111100 11001010 1100100 1000110 0 10101 11011110 1100100 101000

Color Harmonies of #003CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CCA

Black with #003CCA

Text Example


Text Example

White with #003CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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