Html Css Color HEX #3735BA Persian Blue

📋 copy color: '#3735BA'

red 55 ◦ green 53 ◦ blue 186

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

Shades of Persian Blue #3735BA

Tints of Persian Blue #3735BA

RGB

 RED value IS 55 (21.88% from 255) = 18.71%

 GREEN value IS 53 (21.09% from 255) = 18.03%

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

R = 18.71%
G = 18.03%
B = 63.27%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3735BA (or 0x3735BA) is known color: Persian Blue. HEX triplet: 37, 35 and BA. RGB value is (55,53,186). Sum of RGB (Red+Green+Blue) = 55+53+186=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #3735BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3735BA is #C8CA45. Grayscale: #444444. Windows color (decimal): -13158982 or 12203319. OLE color: 12203319.

HSL color Cylindrical-coordinate representation of color #3735BA: hue angle of 240.9º 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 #3735BA is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 53 186 -
CMYK 0.70 0.72 0 0.27
HSL 240.9º 0.56% 0.47% -
HSV(B) 240.9º 0.72% 0.73% -
XYZ 11.71 6.9 47.17 -
YUV 68.76 194.16 118.19 -
System Red Green Blue C M Y K H S L
Decimal 55 53 186 0.70 0.72 0 0.27 240.9 0.56 0.47
Hex 37 35 BA 46 48 0 1B F1 38 2F
Octal 67 65 272 106 110 0 33 361 70 57
Binary 110111 110101 10111010 1000110 1001000 0 11011 11110001 111000 101111

Color Harmonies of #3735BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3735BA

Black with #3735BA

Text Example


Text Example

White with #3735BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3735BA; }

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

 H1.HeaderClassName
 {
   color: #3735BA;
 }
 .AnyTagClassName
 {
   color: #3735BA;
 }
</style>

background-color css

<style>
 a { background-color: #3735BA; }

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

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

border-color css

<style>
 span { border-color: #3735BA; }

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

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