Html Css Color HEX #3C28BC Persian Blue

📋 copy color: '#3C28BC'

red 60 ◦ green 40 ◦ blue 188

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

Shades of Persian Blue #3C28BC

Tints of Persian Blue #3C28BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.28%

R = 20.83%
G = 13.89%
B = 65.28%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C28BC (or 0x3C28BC) is known color: Persian Blue. HEX triplet: 3C, 28 and BC. RGB value is (60,40,188). Sum of RGB (Red+Green+Blue) = 60+40+188=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C28BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C28BC is #C3D743. Grayscale: #3E3E3E. Windows color (decimal): -12834628 or 12331068. OLE color: 12331068.

HSL color Cylindrical-coordinate representation of color #3C28BC: hue angle of 248.11º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C28BC is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 40 188 -
CMYK 0.68 0.79 0 0.26
HSL 248.11º 0.65% 0.45% -
HSV(B) 248.11º 0.79% 0.74% -
XYZ 11.7 6.11 48.14 -
YUV 62.85 198.63 125.97 -
System Red Green Blue C M Y K H S L
Decimal 60 40 188 0.68 0.79 0 0.26 248.11 0.65 0.45
Hex 3C 28 BC 44 4F 0 1A F8 41 2D
Octal 74 50 274 104 117 0 32 370 101 55
Binary 111100 101000 10111100 1000100 1001111 0 11010 11111000 1000001 101101

Color Harmonies of #3C28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28BC

Black with #3C28BC

Text Example


Text Example

White with #3C28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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