Html Css Color HEX #2741BA Persian Blue

📋 copy color: '#2741BA'

red 39 ◦ green 65 ◦ blue 186

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

Shades of Persian Blue #2741BA

Tints of Persian Blue #2741BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 13.45%
G = 22.41%
B = 64.14%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2741BA (or 0x2741BA) is known color: Persian Blue. HEX triplet: 27, 41 and BA. RGB value is (39,65,186). Sum of RGB (Red+Green+Blue) = 39+65+186=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #2741BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2741BA is #D8BE45. Grayscale: #464646. Windows color (decimal): -14204486 or 12206375. OLE color: 12206375.

HSL color Cylindrical-coordinate representation of color #2741BA: hue angle of 229.39º 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 #2741BA is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 65 186 -
CMYK 0.79 0.65 0 0.27
HSL 229.39º 0.65% 0.44% -
HSV(B) 229.39º 0.79% 0.73% -
XYZ 11.59 7.76 47.34 -
YUV 71.02 192.89 105.16 -
System Red Green Blue C M Y K H S L
Decimal 39 65 186 0.79 0.65 0 0.27 229.39 0.65 0.44
Hex 27 41 BA 4F 41 0 1B E5 41 2C
Octal 47 101 272 117 101 0 33 345 101 54
Binary 100111 1000001 10111010 1001111 1000001 0 11011 11100101 1000001 101100

Color Harmonies of #2741BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2741BA

Black with #2741BA

Text Example


Text Example

White with #2741BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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