Html Css Color HEX #2745AB Persian Blue

📋 copy color: '#2745AB'

red 39 ◦ green 69 ◦ blue 171

#2745AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2745AB

Tints of Persian Blue #2745AB

RGB

 RED value IS 39 (15.63% from 255) = 13.98%

 GREEN value IS 69 (27.34% from 255) = 24.73%

 BLUE value IS 171 (67.19% from 255) = 61.29%

R = 13.98%
G = 24.73%
B = 61.29%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2745AB (or 0x2745AB) is known color: Persian Blue. HEX triplet: 27, 45 and AB. RGB value is (39,69,171). Sum of RGB (Red+Green+Blue) = 39+69+171=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #2745AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2745AB is #D8BA54. Grayscale: #474747. Windows color (decimal): -14203477 or 11224359. OLE color: 11224359.

HSL color Cylindrical-coordinate representation of color #2745AB: hue angle of 226.36º 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 #2745AB is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 69 171 -
CMYK 0.77 0.60 0 0.33
HSL 226.36º 0.63% 0.41% -
HSV(B) 226.36º 0.77% 0.67% -
XYZ 10.32 7.63 39.46 -
YUV 71.66 184.06 104.71 -
System Red Green Blue C M Y K H S L
Decimal 39 69 171 0.77 0.60 0 0.33 226.36 0.63 0.41
Hex 27 45 AB 4D 3C 0 21 E2 3F 29
Octal 47 105 253 115 74 0 41 342 77 51
Binary 100111 1000101 10101011 1001101 111100 0 100001 11100010 111111 101001

Color Harmonies of #2745AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2745AB

Black with #2745AB

Text Example


Text Example

White with #2745AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2745AB; }

 p { color: rgb(39,69,171); }

 H1.HeaderClassName
 {
   color: #2745AB;
 }
 .AnyTagClassName
 {
   color: #2745AB;
 }
</style>

background-color css

<style>
 a { background-color: #2745AB; }

 a { background-color: rgb(39,69,171); }

 div.DivClassName
 {
   background-color: #2745AB;
 }
 .BgClassName
 {
   background-color: #2745AB;
 }
</style>

border-color css

<style>
 span { border-color: #2745AB; }

 span { border-color: rgb(39,69,171); }

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