Html Css Color HEX #352CBA Persian Blue

📋 copy color: '#352CBA'

red 53 ◦ green 44 ◦ blue 186

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

Shades of Persian Blue #352CBA

Tints of Persian Blue #352CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.55%

 BLUE value IS 186 (73.05% from 255) = 65.72%

R = 18.73%
G = 15.55%
B = 65.72%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#352CBA (or 0x352CBA) is known color: Persian Blue. HEX triplet: 35, 2C and BA. RGB value is (53,44,186). Sum of RGB (Red+Green+Blue) = 53+44+186=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #352CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CBA is #CAD345. Grayscale: #3E3E3E. Windows color (decimal): -13292358 or 12201013. OLE color: 12201013.

HSL color Cylindrical-coordinate representation of color #352CBA: hue angle of 243.8º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352CBA is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 44 186 -
CMYK 0.72 0.76 0 0.27
HSL 243.8º 0.62% 0.45% -
HSV(B) 243.8º 0.76% 0.73% -
XYZ 11.23 6.1 47.04 -
YUV 62.88 197.48 120.95 -
System Red Green Blue C M Y K H S L
Decimal 53 44 186 0.72 0.76 0 0.27 243.8 0.62 0.45
Hex 35 2C BA 48 4C 0 1B F4 3E 2D
Octal 65 54 272 110 114 0 33 364 76 55
Binary 110101 101100 10111010 1001000 1001100 0 11011 11110100 111110 101101

Color Harmonies of #352CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CBA

Black with #352CBA

Text Example


Text Example

White with #352CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,44,186); }

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

background-color css

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

 a { background-color: rgb(53,44,186); }

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

border-color css

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

 span { border-color: rgb(53,44,186); }

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