Html Css Color HEX #2740BA Persian Blue

📋 copy color: '#2740BA'

red 39 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #2740BA

Tints of Persian Blue #2740BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 13.49%
G = 22.15%
B = 64.36%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2740BA (or 0x2740BA) is known color: Persian Blue. HEX triplet: 27, 40 and BA. RGB value is (39,64,186). Sum of RGB (Red+Green+Blue) = 39+64+186=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #2740BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2740BA is #D8BF45. Grayscale: #454545. Windows color (decimal): -14204742 or 12206119. OLE color: 12206119.

HSL color Cylindrical-coordinate representation of color #2740BA: hue angle of 229.8º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2740BA is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 64 186 -
CMYK 0.79 0.66 0 0.27
HSL 229.8º 0.65% 0.44% -
HSV(B) 229.8º 0.79% 0.73% -
XYZ 11.53 7.64 47.32 -
YUV 70.43 193.22 105.58 -
System Red Green Blue C M Y K H S L
Decimal 39 64 186 0.79 0.66 0 0.27 229.8 0.65 0.44
Hex 27 40 BA 4F 42 0 1B E6 41 2C
Octal 47 100 272 117 102 0 33 346 101 54
Binary 100111 1000000 10111010 1001111 1000010 0 11011 11100110 1000001 101100

Color Harmonies of #2740BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2740BA

Black with #2740BA

Text Example


Text Example

White with #2740BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2740BA; }

 p { color: rgb(39,64,186); }

 H1.HeaderClassName
 {
   color: #2740BA;
 }
 .AnyTagClassName
 {
   color: #2740BA;
 }
</style>

background-color css

<style>
 a { background-color: #2740BA; }

 a { background-color: rgb(39,64,186); }

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

border-color css

<style>
 span { border-color: #2740BA; }

 span { border-color: rgb(39,64,186); }

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