#2744BD

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

Shades of Persian Blue #2744BD

Tints of Persian Blue #2744BD

Color information

#2744BD (or 0x2744BD) is unknown color: approx Persian Blue. HEX triplet: 27, 44 and BD. RGB value is (39,68,189). Sum of RGB (Red+Green+Blue) = 39+68+189=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #2744BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2744BD is #D8BB42. Grayscale: #484848. Windows color (decimal): -14203715 or 12403751. OLE color: 12403751.

HSL color Cylindrical-coordinate representation of color #2744BD: hue angle of 228.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2744BD is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3968189-
CMYK0.790.6400.26
HSL228.4º65.79%44.71%-
HSV(B)228.4º79.37%74.12%-
XYZ12.098.2449.1-
YUV73.12193.39103.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 189 (74.22% from 255) = 63.85%
R=13.18%
G=22.97%
B=63.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39681890.790.6400.26228.465.7944.71
Hex2744BD4F4001Ae4422d
Octal4710427511710003234410255
Binary10011110001001011110110011111000000011010111001001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2744BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2744BD; }

 p { color: rgb(39,68,189); }

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

<style>
 a { background-color: #2744BD; }

 a { background-color: rgb(39,68,189); }

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

<style>
 span { border-color: #2744BD; }

 span { border-color: rgb(39,68,189); }

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