#3734BE

Color #3734BE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3734BE

Tints of Persian Blue #3734BE

Color information

#3734BE (or 0x3734BE) is unknown color: approx Persian Blue. HEX triplet: 37, 34 and BE. RGB value is (55,52,190). Sum of RGB (Red+Green+Blue) = 55+52+190=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #3734BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3734BE is #C8CB41. Grayscale: #444444. Windows color (decimal): -13159234 or 12465207. OLE color: 12465207.

HSL color Cylindrical-coordinate representation of color #3734BE: hue angle of 241.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3734BE is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5552190-
CMYK0.710.7300.25
HSL241.3º57.02%47.45%-
HSV(B)241.3º72.63%74.51%-
XYZ12.16.9949.43-
YUV68.63196.49118.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 190 (74.61% from 255) = 63.97%
R=18.52%
G=17.51%
B=63.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55521900.710.7300.25241.357.0247.45
Hex3734BE4749019f1392f
Octal67642761071110313617157
Binary110111110100101111101000111100100101100111110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3734BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3734BE;
 }
 .AnyTagClassName
 {
   color: #3734BE;
 }
</style>
background-color css

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

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

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

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

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

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