Html Css Color HEX #3C28CE Persian Blue

📋 copy color: '#3C28CE'

red 60 ◦ green 40 ◦ blue 206

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

Shades of Persian Blue #3C28CE

Tints of Persian Blue #3C28CE

RGB

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

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

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

R = 19.61%
G = 13.07%
B = 67.32%

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

#3C28CE (or 0x3C28CE) is known color: Persian Blue. HEX triplet: 3C, 28 and CE. RGB value is (60,40,206). Sum of RGB (Red+Green+Blue) = 60+40+206=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C28CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C28CE is #C3D731. Grayscale: #404040. Windows color (decimal): -12834610 or 13510716. OLE color: 13510716.

HSL color Cylindrical-coordinate representation of color #3C28CE: hue angle of 247.23º degrees, saturation: 0.67, 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 #3C28CE is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 40 206 -
CMYK 0.71 0.81 0 0.19
HSL 247.23º 0.67% 0.48% -
HSV(B) 247.23º 0.81% 0.81% -
XYZ 13.76 6.93 59.01 -
YUV 64.9 207.63 124.5 -
System Red Green Blue C M Y K H S L
Decimal 60 40 206 0.71 0.81 0 0.19 247.23 0.67 0.48
Hex 3C 28 CE 47 51 0 13 F7 43 30
Octal 74 50 316 107 121 0 23 367 103 60
Binary 111100 101000 11001110 1000111 1010001 0 10011 11110111 1000011 110000

Color Harmonies of #3C28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28CE

Black with #3C28CE

Text Example


Text Example

White with #3C28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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