#3738AA

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

Shades of Persian Blue #3738AA

Tints of Persian Blue #3738AA

Color information

#3738AA (or 0x3738AA) is unknown color: approx Persian Blue. HEX triplet: 37, 38 and AA. RGB value is (55,56,170). Sum of RGB (Red+Green+Blue) = 55+56+170=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #3738AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3738AA is #C8C755. Grayscale: #444444. Windows color (decimal): -13158230 or 11155511. OLE color: 11155511.

HSL color Cylindrical-coordinate representation of color #3738AA: hue angle of 239.48º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3738AA is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5556170-
CMYK0.680.6700.33
HSL239.48º51.11%44.12%-
HSV(B)239.48º67.65%66.67%-
XYZ10.256.5438.75-
YUV68.7185.17118.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=19.57%
G=19.93%
B=60.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55561700.680.6700.33239.4851.1144.12
Hex3738AA4443021ef332c
Octal67702521041030413576354
Binary1101111110001010101010001001000011010000111101111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3738AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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