Html Css Color HEX #3C28CD Persian Blue

📋 copy color: '#3C28CD'

red 60 ◦ green 40 ◦ blue 205

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

Shades of Persian Blue #3C28CD

Tints of Persian Blue #3C28CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.21%

R = 19.67%
G = 13.11%
B = 67.21%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C28CD (or 0x3C28CD) is known color: Persian Blue. HEX triplet: 3C, 28 and CD. RGB value is (60,40,205). Sum of RGB (Red+Green+Blue) = 60+40+205=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C28CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C28CD is #C3D732. Grayscale: #404040. Windows color (decimal): -12834611 or 13445180. OLE color: 13445180.

HSL color Cylindrical-coordinate representation of color #3C28CD: hue angle of 247.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C28CD is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 40 205 -
CMYK 0.71 0.80 0 0.20
HSL 247.27º 0.67% 0.48% -
HSV(B) 247.27º 0.8% 0.8% -
XYZ 13.64 6.89 58.37 -
YUV 64.79 207.13 124.58 -
System Red Green Blue C M Y K H S L
Decimal 60 40 205 0.71 0.80 0 0.20 247.27 0.67 0.48
Hex 3C 28 CD 47 50 0 14 F7 43 30
Octal 74 50 315 107 120 0 24 367 103 60
Binary 111100 101000 11001101 1000111 1010000 0 10100 11110111 1000011 110000

Color Harmonies of #3C28CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28CD

Black with #3C28CD

Text Example


Text Example

White with #3C28CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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