Html Css Color HEX #352EC0 Persian Blue

📋 copy color: '#352EC0'

red 53 ◦ green 46 ◦ blue 192

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

Shades of Persian Blue #352EC0

Tints of Persian Blue #352EC0

RGB

 RED value IS 53 (21.09% from 255) = 18.21%

 GREEN value IS 46 (18.36% from 255) = 15.81%

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

R = 18.21%
G = 15.81%
B = 65.98%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#352EC0 (or 0x352EC0) is known color: Persian Blue. HEX triplet: 35, 2E and C0. RGB value is (53,46,192). Sum of RGB (Red+Green+Blue) = 53+46+192=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #352EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352EC0 is #CAD13F. Grayscale: #404040. Windows color (decimal): -13291840 or 12594741. OLE color: 12594741.

HSL color Cylindrical-coordinate representation of color #352EC0: hue angle of 242.88º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352EC0 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 46 192 -
CMYK 0.72 0.76 0 0.25
HSL 242.88º 0.61% 0.47% -
HSV(B) 242.88º 0.76% 0.75% -
XYZ 11.96 6.52 50.5 -
YUV 64.74 199.82 119.63 -
System Red Green Blue C M Y K H S L
Decimal 53 46 192 0.72 0.76 0 0.25 242.88 0.61 0.47
Hex 35 2E C0 48 4C 0 19 F3 3D 2F
Octal 65 56 300 110 114 0 31 363 75 57
Binary 110101 101110 11000000 1001000 1001100 0 11001 11110011 111101 101111

Color Harmonies of #352EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352EC0

Black with #352EC0

Text Example


Text Example

White with #352EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352EC0; }

 p { color: rgb(53,46,192); }

 H1.HeaderClassName
 {
   color: #352EC0;
 }
 .AnyTagClassName
 {
   color: #352EC0;
 }
</style>

background-color css

<style>
 a { background-color: #352EC0; }

 a { background-color: rgb(53,46,192); }

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

border-color css

<style>
 span { border-color: #352EC0; }

 span { border-color: rgb(53,46,192); }

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