Html Css Color HEX #3C30CE Persian Blue

📋 copy color: '#3C30CE'

red 60 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #3C30CE

Tints of Persian Blue #3C30CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 19.11%
G = 15.29%
B = 65.61%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C30CE (or 0x3C30CE) is known color: Persian Blue. HEX triplet: 3C, 30 and CE. RGB value is (60,48,206). Sum of RGB (Red+Green+Blue) = 60+48+206=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C30CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C30CE is #C3CF31. Grayscale: #444444. Windows color (decimal): -12832562 or 13512764. OLE color: 13512764.

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

Color convert

RGB 60 48 206 -
CMYK 0.71 0.77 0 0.19
HSL 244.56º 0.62% 0.5% -
HSV(B) 244.56º 0.77% 0.81% -
XYZ 14.06 7.53 59.11 -
YUV 69.6 204.98 121.15 -
System Red Green Blue C M Y K H S L
Decimal 60 48 206 0.71 0.77 0 0.19 244.56 0.62 0.5
Hex 3C 30 CE 47 4D 0 13 F5 3E 32
Octal 74 60 316 107 115 0 23 365 76 62
Binary 111100 110000 11001110 1000111 1001101 0 10011 11110101 111110 110010

Color Harmonies of #3C30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C30CE

Black with #3C30CE

Text Example


Text Example

White with #3C30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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