Html Css Color HEX #3532BB Persian Blue

📋 copy color: '#3532BB'

red 53 ◦ green 50 ◦ blue 187

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

Shades of Persian Blue #3532BB

Tints of Persian Blue #3532BB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.24%

 BLUE value IS 187 (73.44% from 255) = 64.48%

R = 18.28%
G = 17.24%
B = 64.48%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3532BB (or 0x3532BB) is known color: Persian Blue. HEX triplet: 35, 32 and BB. RGB value is (53,50,187). Sum of RGB (Red+Green+Blue) = 53+50+187=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #3532BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3532BB is #CACD44. Grayscale: #414141. Windows color (decimal): -13290821 or 12268085. OLE color: 12268085.

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

Color convert

RGB 53 50 187 -
CMYK 0.72 0.73 0 0.27
HSL 241.31º 0.58% 0.46% -
HSV(B) 241.31º 0.73% 0.73% -
XYZ 11.58 6.63 47.68 -
YUV 66.52 195.99 118.36 -
System Red Green Blue C M Y K H S L
Decimal 53 50 187 0.72 0.73 0 0.27 241.31 0.58 0.46
Hex 35 32 BB 48 49 0 1B F1 3A 2E
Octal 65 62 273 110 111 0 33 361 72 56
Binary 110101 110010 10111011 1001000 1001001 0 11011 11110001 111010 101110

Color Harmonies of #3532BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3532BB

Black with #3532BB

Text Example


Text Example

White with #3532BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3532BB; }

 p { color: rgb(53,50,187); }

 H1.HeaderClassName
 {
   color: #3532BB;
 }
 .AnyTagClassName
 {
   color: #3532BB;
 }
</style>

background-color css

<style>
 a { background-color: #3532BB; }

 a { background-color: rgb(53,50,187); }

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

border-color css

<style>
 span { border-color: #3532BB; }

 span { border-color: rgb(53,50,187); }

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