Html Css Color HEX #352DBC Persian Blue

📋 copy color: '#352DBC'

red 53 ◦ green 45 ◦ blue 188

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

Shades of Persian Blue #352DBC

Tints of Persian Blue #352DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 18.53%
G = 15.73%
B = 65.73%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#352DBC (or 0x352DBC) is known color: Persian Blue. HEX triplet: 35, 2D and BC. RGB value is (53,45,188). Sum of RGB (Red+Green+Blue) = 53+45+188=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #352DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DBC is #CAD243. Grayscale: #3F3F3F. Windows color (decimal): -13292100 or 12332341. OLE color: 12332341.

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

Color convert

RGB 53 45 188 -
CMYK 0.72 0.76 0 0.26
HSL 243.36º 0.61% 0.46% -
HSV(B) 243.36º 0.76% 0.74% -
XYZ 11.48 6.26 48.18 -
YUV 63.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 53 45 188 0.72 0.76 0 0.26 243.36 0.61 0.46
Hex 35 2D BC 48 4C 0 1A F3 3D 2E
Octal 65 55 274 110 114 0 32 363 75 56
Binary 110101 101101 10111100 1001000 1001100 0 11010 11110011 111101 101110

Color Harmonies of #352DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DBC

Black with #352DBC

Text Example


Text Example

White with #352DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,45,188); }

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

background-color css

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

 a { background-color: rgb(53,45,188); }

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

border-color css

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

 span { border-color: rgb(53,45,188); }

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