#3738BA

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

Shades of Persian Blue #3738BA

Tints of Persian Blue #3738BA

Color information

#3738BA (or 0x3738BA) is unknown color: approx Persian Blue. HEX triplet: 37, 38 and BA. RGB value is (55,56,186). Sum of RGB (Red+Green+Blue) = 55+56+186=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #3738BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3738BA is #C8C745. Grayscale: #464646. Windows color (decimal): -13158214 or 12204087. OLE color: 12204087.

HSL color Cylindrical-coordinate representation of color #3738BA: hue angle of 239.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3738BA is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5556186-
CMYK0.700.7000.27
HSL239.54º54.36%47.25%-
HSV(B)239.54º70.43%72.94%-
XYZ11.857.1947.22-
YUV70.52193.17116.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 186 (73.05% from 255) = 62.63%
R=18.52%
G=18.86%
B=62.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55561860.700.7000.27239.5454.3647.25
Hex3738BA464601Bf0362f
Octal67702721061060333606657
Binary110111111000101110101000110100011001101111110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3738BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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