Html Css Color HEX #3C2CBF Persian Blue

📋 copy color: '#3C2CBF'

red 60 ◦ green 44 ◦ blue 191

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

Shades of Persian Blue #3C2CBF

Tints of Persian Blue #3C2CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

 BLUE value IS 191 (75% from 255) = 64.75%

R = 20.34%
G = 14.92%
B = 64.75%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C2CBF (or 0x3C2CBF) is known color: Persian Blue. HEX triplet: 3C, 2C and BF. RGB value is (60,44,191). Sum of RGB (Red+Green+Blue) = 60+44+191=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C2CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CBF is #C3D340. Grayscale: #404040. Windows color (decimal): -12833601 or 12528700. OLE color: 12528700.

HSL color Cylindrical-coordinate representation of color #3C2CBF: hue angle of 246.53º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2CBF is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 44 191 -
CMYK 0.69 0.77 0 0.25
HSL 246.53º 0.63% 0.46% -
HSV(B) 246.53º 0.77% 0.75% -
XYZ 12.17 6.52 49.91 -
YUV 65.54 198.8 124.05 -
System Red Green Blue C M Y K H S L
Decimal 60 44 191 0.69 0.77 0 0.25 246.53 0.63 0.46
Hex 3C 2C BF 45 4D 0 19 F7 3F 2E
Octal 74 54 277 105 115 0 31 367 77 56
Binary 111100 101100 10111111 1000101 1001101 0 11001 11110111 111111 101110

Color Harmonies of #3C2CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2CBF

Black with #3C2CBF

Text Example


Text Example

White with #3C2CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,44,191); }

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

background-color css

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

 a { background-color: rgb(60,44,191); }

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

border-color css

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

 span { border-color: rgb(60,44,191); }

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