Html Css Color HEX #3C28BD Persian Blue

📋 copy color: '#3C28BD'

red 60 ◦ green 40 ◦ blue 189

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

Shades of Persian Blue #3C28BD

Tints of Persian Blue #3C28BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.4%

R = 20.76%
G = 13.84%
B = 65.4%

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

#3C28BD (or 0x3C28BD) is known color: Persian Blue. HEX triplet: 3C, 28 and BD. RGB value is (60,40,189). Sum of RGB (Red+Green+Blue) = 60+40+189=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C28BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C28BD is #C3D742. Grayscale: #3E3E3E. Windows color (decimal): -12834627 or 12396604. OLE color: 12396604.

HSL color Cylindrical-coordinate representation of color #3C28BD: hue angle of 248.05º 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 #3C28BD is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 40 189 -
CMYK 0.68 0.79 0 0.26
HSL 248.05º 0.65% 0.45% -
HSV(B) 248.05º 0.79% 0.74% -
XYZ 11.81 6.15 48.71 -
YUV 62.97 199.13 125.88 -
System Red Green Blue C M Y K H S L
Decimal 60 40 189 0.68 0.79 0 0.26 248.05 0.65 0.45
Hex 3C 28 BD 44 4F 0 1A F8 41 2D
Octal 74 50 275 104 117 0 32 370 101 55
Binary 111100 101000 10111101 1000100 1001111 0 11010 11111000 1000001 101101

Color Harmonies of #3C28BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28BD

Black with #3C28BD

Text Example


Text Example

White with #3C28BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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