Html Css Color HEX #3C33C0 Persian Blue

📋 copy color: '#3C33C0'

red 60 ◦ green 51 ◦ blue 192

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

Shades of Persian Blue #3C33C0

Tints of Persian Blue #3C33C0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

 BLUE value IS 192 (75.39% from 255) = 63.37%

R = 19.8%
G = 16.83%
B = 63.37%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C33C0 (or 0x3C33C0) is known color: Persian Blue. HEX triplet: 3C, 33 and C0. RGB value is (60,51,192). Sum of RGB (Red+Green+Blue) = 60+51+192=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C33C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C33C0 is #C3CC3F. Grayscale: #454545. Windows color (decimal): -12831808 or 12596028. OLE color: 12596028.

HSL color Cylindrical-coordinate representation of color #3C33C0: hue angle of 243.83º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C33C0 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 51 192 -
CMYK 0.69 0.73 0 0.25
HSL 243.83º 0.58% 0.48% -
HSV(B) 243.83º 0.73% 0.75% -
XYZ 12.56 7.13 50.58 -
YUV 69.77 196.98 121.04 -
System Red Green Blue C M Y K H S L
Decimal 60 51 192 0.69 0.73 0 0.25 243.83 0.58 0.48
Hex 3C 33 C0 45 49 0 19 F4 3A 30
Octal 74 63 300 105 111 0 31 364 72 60
Binary 111100 110011 11000000 1000101 1001001 0 11001 11110100 111010 110000

Color Harmonies of #3C33C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C33C0

Black with #3C33C0

Text Example


Text Example

White with #3C33C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,51,192); }

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

background-color css

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

 a { background-color: rgb(60,51,192); }

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

border-color css

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

 span { border-color: rgb(60,51,192); }

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