Html Css Color HEX #3C28CF Persian Blue

📋 copy color: '#3C28CF'

red 60 ◦ green 40 ◦ blue 207

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

Shades of Persian Blue #3C28CF

Tints of Persian Blue #3C28CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 207 (81.25% from 255) = 67.43%

R = 19.54%
G = 13.03%
B = 67.43%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C28CF (or 0x3C28CF) is known color: Persian Blue. HEX triplet: 3C, 28 and CF. RGB value is (60,40,207). Sum of RGB (Red+Green+Blue) = 60+40+207=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C28CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C28CF is #C3D730. Grayscale: #404040. Windows color (decimal): -12834609 or 13576252. OLE color: 13576252.

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

Color convert

RGB 60 40 207 -
CMYK 0.71 0.81 0 0.19
HSL 247.19º 0.68% 0.48% -
HSV(B) 247.19º 0.81% 0.81% -
XYZ 13.88 6.98 59.65 -
YUV 65.02 208.13 124.42 -
System Red Green Blue C M Y K H S L
Decimal 60 40 207 0.71 0.81 0 0.19 247.19 0.68 0.48
Hex 3C 28 CF 47 51 0 13 F7 44 30
Octal 74 50 317 107 121 0 23 367 104 60
Binary 111100 101000 11001111 1000111 1010001 0 10011 11110111 1000100 110000

Color Harmonies of #3C28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28CF

Black with #3C28CF

Text Example


Text Example

White with #3C28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,207); }

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

background-color css

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

 a { background-color: rgb(60,40,207); }

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

border-color css

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

 span { border-color: rgb(60,40,207); }

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