Html Css Color HEX #3539BB Persian Blue

📋 copy color: '#3539BB'

red 53 ◦ green 57 ◦ blue 187

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

Shades of Persian Blue #3539BB

Tints of Persian Blue #3539BB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 17.85%
G = 19.19%
B = 62.96%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3539BB (or 0x3539BB) is known color: Persian Blue. HEX triplet: 35, 39 and BB. RGB value is (53,57,187). Sum of RGB (Red+Green+Blue) = 53+57+187=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #3539BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3539BB is #CAC644. Grayscale: #464646. Windows color (decimal): -13289029 or 12269877. OLE color: 12269877.

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

Color convert

RGB 53 57 187 -
CMYK 0.72 0.70 0 0.27
HSL 238.21º 0.56% 0.47% -
HSV(B) 238.21º 0.72% 0.73% -
XYZ 11.9 7.27 47.79 -
YUV 70.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 53 57 187 0.72 0.70 0 0.27 238.21 0.56 0.47
Hex 35 39 BB 48 46 0 1B EE 38 2F
Octal 65 71 273 110 106 0 33 356 70 57
Binary 110101 111001 10111011 1001000 1000110 0 11011 11101110 111000 101111

Color Harmonies of #3539BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3539BB

Black with #3539BB

Text Example


Text Example

White with #3539BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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