Html Css Color HEX #3C33B6 Persian Blue

📋 copy color: '#3C33B6'

red 60 ◦ green 51 ◦ blue 182

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

Shades of Persian Blue #3C33B6

Tints of Persian Blue #3C33B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 62.12%

R = 20.48%
G = 17.41%
B = 62.12%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3C33B6 (or 0x3C33B6) is known color: Persian Blue. HEX triplet: 3C, 33 and B6. RGB value is (60,51,182). Sum of RGB (Red+Green+Blue) = 60+51+182=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 182 (71.48% from 255 or 62.12% from 293); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C33B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C33B6 is #C3CC49. Grayscale: #444444. Windows color (decimal): -12831818 or 11940668. OLE color: 11940668.

HSL color Cylindrical-coordinate representation of color #3C33B6: hue angle of 244.12º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C33B6 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 51 182 -
CMYK 0.67 0.72 0 0.29
HSL 244.12º 0.56% 0.46% -
HSV(B) 244.12º 0.72% 0.71% -
XYZ 11.49 6.71 44.94 -
YUV 68.63 191.98 121.85 -
System Red Green Blue C M Y K H S L
Decimal 60 51 182 0.67 0.72 0 0.29 244.12 0.56 0.46
Hex 3C 33 B6 43 48 0 1D F4 38 2E
Octal 74 63 266 103 110 0 35 364 70 56
Binary 111100 110011 10110110 1000011 1001000 0 11101 11110100 111000 101110

Color Harmonies of #3C33B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C33B6

Black with #3C33B6

Text Example


Text Example

White with #3C33B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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