Html Css Color HEX #3C2BCD Persian Blue

📋 copy color: '#3C2BCD'

red 60 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #3C2BCD

Tints of Persian Blue #3C2BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.96%

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

R = 19.48%
G = 13.96%
B = 66.56%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C2BCD (or 0x3C2BCD) is known color: Persian Blue. HEX triplet: 3C, 2B and CD. RGB value is (60,43,205). Sum of RGB (Red+Green+Blue) = 60+43+205=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C2BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2BCD is #C3D432. Grayscale: #414141. Windows color (decimal): -12833843 or 13445948. OLE color: 13445948.

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

Color convert

RGB 60 43 205 -
CMYK 0.71 0.79 0 0.20
HSL 246.3º 0.65% 0.49% -
HSV(B) 246.3º 0.79% 0.8% -
XYZ 13.75 7.1 58.4 -
YUV 66.55 206.13 123.33 -
System Red Green Blue C M Y K H S L
Decimal 60 43 205 0.71 0.79 0 0.20 246.3 0.65 0.49
Hex 3C 2B CD 47 4F 0 14 F6 41 31
Octal 74 53 315 107 117 0 24 366 101 61
Binary 111100 101011 11001101 1000111 1001111 0 10100 11110110 1000001 110001

Color Harmonies of #3C2BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2BCD

Black with #3C2BCD

Text Example


Text Example

White with #3C2BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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