#2738D5

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

Shades of Persian Blue #2738D5

Tints of Persian Blue #2738D5

Color information

#2738D5 (or 0x2738D5) is unknown color: approx Persian Blue. HEX triplet: 27, 38 and D5. RGB value is (39,56,213). Sum of RGB (Red+Green+Blue) = 39+56+213=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 213 (83.59% from 255 or 69.16% from 308); Max value from RGB is 213 - color contains mainly: blue. Hex color #2738D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2738D5 is #D8C72A. Grayscale: #444444. Windows color (decimal): -14206763 or 13973543. OLE color: 13973543.

HSL color Cylindrical-coordinate representation of color #2738D5: hue angle of 234.14º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2738D5 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3956213-
CMYK0.820.7400.16
HSL234.14º69.05%49.41%-
HSV(B)234.14º81.69%83.53%-
XYZ14.268.0663.76-
YUV68.82209.37106.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 213 (83.59% from 255) = 69.16%
R=12.66%
G=18.18%
B=69.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal39562130.820.7400.16234.1469.0549.41
Hex2738D5524A010ea4531
Octal477032512211202035210561
Binary1001111110001101010110100101001010010000111010101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2738D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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