Html Css Color HEX #3C30CD Persian Blue

📋 copy color: '#3C30CD'

red 60 ◦ green 48 ◦ blue 205

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

Shades of Persian Blue #3C30CD

Tints of Persian Blue #3C30CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

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

R = 19.17%
G = 15.34%
B = 65.5%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C30CD (or 0x3C30CD) is known color: Persian Blue. HEX triplet: 3C, 30 and CD. RGB value is (60,48,205). Sum of RGB (Red+Green+Blue) = 60+48+205=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C30CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C30CD is #C3CF32. Grayscale: #444444. Windows color (decimal): -12832563 or 13447228. OLE color: 13447228.

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

Color convert

RGB 60 48 205 -
CMYK 0.71 0.77 0 0.20
HSL 244.59º 0.62% 0.5% -
HSV(B) 244.59º 0.77% 0.8% -
XYZ 13.94 7.48 58.47 -
YUV 69.49 204.48 121.23 -
System Red Green Blue C M Y K H S L
Decimal 60 48 205 0.71 0.77 0 0.20 244.59 0.62 0.5
Hex 3C 30 CD 47 4D 0 14 F5 3E 32
Octal 74 60 315 107 115 0 24 365 76 62
Binary 111100 110000 11001101 1000111 1001101 0 10100 11110101 111110 110010

Color Harmonies of #3C30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C30CD

Black with #3C30CD

Text Example


Text Example

White with #3C30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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