Html Css Color HEX #3533BB Persian Blue

📋 copy color: '#3533BB'

red 53 ◦ green 51 ◦ blue 187

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

Shades of Persian Blue #3533BB

Tints of Persian Blue #3533BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

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

R = 18.21%
G = 17.53%
B = 64.26%

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

#3533BB (or 0x3533BB) is known color: Persian Blue. HEX triplet: 35, 33 and BB. RGB value is (53,51,187). Sum of RGB (Red+Green+Blue) = 53+51+187=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #3533BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3533BB is #CACC44. Grayscale: #424242. Windows color (decimal): -13290565 or 12268341. OLE color: 12268341.

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

Color convert

RGB 53 51 187 -
CMYK 0.72 0.73 0 0.27
HSL 240.88º 0.57% 0.47% -
HSV(B) 240.88º 0.73% 0.73% -
XYZ 11.62 6.71 47.7 -
YUV 67.1 195.66 117.94 -
System Red Green Blue C M Y K H S L
Decimal 53 51 187 0.72 0.73 0 0.27 240.88 0.57 0.47
Hex 35 33 BB 48 49 0 1B F1 39 2F
Octal 65 63 273 110 111 0 33 361 71 57
Binary 110101 110011 10111011 1001000 1001001 0 11011 11110001 111001 101111

Color Harmonies of #3533BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3533BB

Black with #3533BB

Text Example


Text Example

White with #3533BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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