#2738AA

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

Shades of Persian Blue #2738AA

Tints of Persian Blue #2738AA

Color information

#2738AA (or 0x2738AA) is unknown color: approx Persian Blue. HEX triplet: 27, 38 and AA. RGB value is (39,56,170). Sum of RGB (Red+Green+Blue) = 39+56+170=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #2738AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2738AA is #D8C755. Grayscale: #3F3F3F. Windows color (decimal): -14206806 or 11155495. OLE color: 11155495.

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

Color convert

RGB3956170-
CMYK0.770.6700.33
HSL232.21º62.68%40.98%-
HSV(B)232.21º77.06%66.67%-
XYZ9.516.1638.72-
YUV63.91187.87110.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 170 (66.80% from 255) = 64.15%
R=14.72%
G=21.13%
B=64.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39561700.770.6700.33232.2162.6840.98
Hex2738AA4D43021e83f29
Octal47702521151030413507751
Binary1001111110001010101010011011000011010000111101000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2738AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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