Html Css Color HEX #3C28CA Persian Blue

📋 copy color: '#3C28CA'

red 60 ◦ green 40 ◦ blue 202

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

Shades of Persian Blue #3C28CA

Tints of Persian Blue #3C28CA

RGB

 RED value IS 60 (23.83% from 255) = 19.87%

 GREEN value IS 40 (16.02% from 255) = 13.25%

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

R = 19.87%
G = 13.25%
B = 66.89%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C28CA (or 0x3C28CA) is known color: Persian Blue. HEX triplet: 3C, 28 and CA. RGB value is (60,40,202). Sum of RGB (Red+Green+Blue) = 60+40+202=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C28CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C28CA is #C3D735. Grayscale: #3F3F3F. Windows color (decimal): -12834614 or 13248572. OLE color: 13248572.

HSL color Cylindrical-coordinate representation of color #3C28CA: hue angle of 247.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C28CA is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 40 202 -
CMYK 0.70 0.80 0 0.21
HSL 247.41º 0.67% 0.47% -
HSV(B) 247.41º 0.8% 0.79% -
XYZ 13.28 6.74 56.48 -
YUV 64.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 60 40 202 0.70 0.80 0 0.21 247.41 0.67 0.47
Hex 3C 28 CA 46 50 0 15 F7 43 2F
Octal 74 50 312 106 120 0 25 367 103 57
Binary 111100 101000 11001010 1000110 1010000 0 10101 11110111 1000011 101111

Color Harmonies of #3C28CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28CA

Black with #3C28CA

Text Example


Text Example

White with #3C28CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C28CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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