Html Css Color HEX #352FBA Persian Blue

📋 copy color: '#352FBA'

red 53 ◦ green 47 ◦ blue 186

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

Shades of Persian Blue #352FBA

Tints of Persian Blue #352FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.43%

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

R = 18.53%
G = 16.43%
B = 65.03%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#352FBA (or 0x352FBA) is known color: Persian Blue. HEX triplet: 35, 2F and BA. RGB value is (53,47,186). Sum of RGB (Red+Green+Blue) = 53+47+186=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #352FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FBA is #CAD045. Grayscale: #404040. Windows color (decimal): -13291590 or 12201781. OLE color: 12201781.

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

Color convert

RGB 53 47 186 -
CMYK 0.72 0.75 0 0.27
HSL 242.59º 0.6% 0.46% -
HSV(B) 242.59º 0.75% 0.73% -
XYZ 11.35 6.34 47.08 -
YUV 64.64 196.49 119.7 -
System Red Green Blue C M Y K H S L
Decimal 53 47 186 0.72 0.75 0 0.27 242.59 0.6 0.46
Hex 35 2F BA 48 4B 0 1B F3 3C 2E
Octal 65 57 272 110 113 0 33 363 74 56
Binary 110101 101111 10111010 1001000 1001011 0 11011 11110011 111100 101110

Color Harmonies of #352FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FBA

Black with #352FBA

Text Example


Text Example

White with #352FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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