Html Css Color HEX #3735BD Persian Blue

📋 copy color: '#3735BD'

red 55 ◦ green 53 ◦ blue 189

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

Shades of Persian Blue #3735BD

Tints of Persian Blue #3735BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.64%

R = 18.52%
G = 17.85%
B = 63.64%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3735BD (or 0x3735BD) is known color: Persian Blue. HEX triplet: 37, 35 and BD. RGB value is (55,53,189). Sum of RGB (Red+Green+Blue) = 55+53+189=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #3735BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3735BD is #C8CA42. Grayscale: #444444. Windows color (decimal): -13158979 or 12399927. OLE color: 12399927.

HSL color Cylindrical-coordinate representation of color #3735BD: hue angle of 240.88º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3735BD is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 53 189 -
CMYK 0.71 0.72 0 0.26
HSL 240.88º 0.56% 0.47% -
HSV(B) 240.88º 0.72% 0.74% -
XYZ 12.03 7.03 48.87 -
YUV 69.1 195.66 117.94 -
System Red Green Blue C M Y K H S L
Decimal 55 53 189 0.71 0.72 0 0.26 240.88 0.56 0.47
Hex 37 35 BD 47 48 0 1A F1 38 2F
Octal 67 65 275 107 110 0 32 361 70 57
Binary 110111 110101 10111101 1000111 1001000 0 11010 11110001 111000 101111

Color Harmonies of #3735BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3735BD

Black with #3735BD

Text Example


Text Example

White with #3735BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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