Html Css Color HEX #3734BD Persian Blue

📋 copy color: '#3734BD'

red 55 ◦ green 52 ◦ blue 189

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

Shades of Persian Blue #3734BD

Tints of Persian Blue #3734BD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

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

R = 18.58%
G = 17.57%
B = 63.85%

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

#3734BD (or 0x3734BD) is known color: Persian Blue. HEX triplet: 37, 34 and BD. RGB value is (55,52,189). Sum of RGB (Red+Green+Blue) = 55+52+189=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #3734BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3734BD is #C8CB42. Grayscale: #434343. Windows color (decimal): -13159235 or 12399671. OLE color: 12399671.

HSL color Cylindrical-coordinate representation of color #3734BD: hue angle of 241.31º degrees, saturation: 0.57, 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 #3734BD is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 52 189 -
CMYK 0.71 0.72 0 0.26
HSL 241.31º 0.57% 0.47% -
HSV(B) 241.31º 0.72% 0.74% -
XYZ 11.99 6.94 48.85 -
YUV 68.52 195.99 118.36 -
System Red Green Blue C M Y K H S L
Decimal 55 52 189 0.71 0.72 0 0.26 241.31 0.57 0.47
Hex 37 34 BD 47 48 0 1A F1 39 2F
Octal 67 64 275 107 110 0 32 361 71 57
Binary 110111 110100 10111101 1000111 1001000 0 11010 11110001 111001 101111

Color Harmonies of #3734BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3734BD

Black with #3734BD

Text Example


Text Example

White with #3734BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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