Html Css Color HEX #3C2FBE Persian Blue

📋 copy color: '#3C2FBE'

red 60 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #3C2FBE

Tints of Persian Blue #3C2FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.82%

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 20.2%
G = 15.82%
B = 63.97%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C2FBE (or 0x3C2FBE) is known color: Persian Blue. HEX triplet: 3C, 2F and BE. RGB value is (60,47,190). Sum of RGB (Red+Green+Blue) = 60+47+190=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C2FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2FBE is #C3D041. Grayscale: #424242. Windows color (decimal): -12832834 or 12463932. OLE color: 12463932.

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

Color convert

RGB 60 47 190 -
CMYK 0.68 0.75 0 0.25
HSL 245.45º 0.6% 0.46% -
HSV(B) 245.45º 0.75% 0.75% -
XYZ 12.17 6.71 49.37 -
YUV 67.19 197.31 122.87 -
System Red Green Blue C M Y K H S L
Decimal 60 47 190 0.68 0.75 0 0.25 245.45 0.6 0.46
Hex 3C 2F BE 44 4B 0 19 F5 3C 2E
Octal 74 57 276 104 113 0 31 365 74 56
Binary 111100 101111 10111110 1000100 1001011 0 11001 11110101 111100 101110

Color Harmonies of #3C2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2FBE

Black with #3C2FBE

Text Example


Text Example

White with #3C2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,47,190); }

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

background-color css

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

 a { background-color: rgb(60,47,190); }

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

border-color css

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

 span { border-color: rgb(60,47,190); }

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