Html Css Color HEX #3C33C2 Persian Blue

📋 copy color: '#3C33C2'

red 60 ◦ green 51 ◦ blue 194

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

Shades of Persian Blue #3C33C2

Tints of Persian Blue #3C33C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 63.61%

R = 19.67%
G = 16.72%
B = 63.61%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3C33C2 (or 0x3C33C2) is known color: Persian Blue. HEX triplet: 3C, 33 and C2. RGB value is (60,51,194). Sum of RGB (Red+Green+Blue) = 60+51+194=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #3C33C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C33C2 is #C3CC3D. Grayscale: #454545. Windows color (decimal): -12831806 or 12727100. OLE color: 12727100.

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

Color convert

RGB 60 51 194 -
CMYK 0.69 0.74 0 0.24
HSL 243.78º 0.58% 0.48% -
HSV(B) 243.78º 0.74% 0.76% -
XYZ 12.78 7.22 51.76 -
YUV 69.99 197.98 120.87 -
System Red Green Blue C M Y K H S L
Decimal 60 51 194 0.69 0.74 0 0.24 243.78 0.58 0.48
Hex 3C 33 C2 45 4A 0 18 F4 3A 30
Octal 74 63 302 105 112 0 30 364 72 60
Binary 111100 110011 11000010 1000101 1001010 0 11000 11110100 111010 110000

Color Harmonies of #3C33C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C33C2

Black with #3C33C2

Text Example


Text Example

White with #3C33C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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