Html Css Color HEX #2741BF Persian Blue

📋 copy color: '#2741BF'

red 39 ◦ green 65 ◦ blue 191

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

Shades of Persian Blue #2741BF

Tints of Persian Blue #2741BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.75%

R = 13.22%
G = 22.03%
B = 64.75%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2741BF (or 0x2741BF) is known color: Persian Blue. HEX triplet: 27, 41 and BF. RGB value is (39,65,191). Sum of RGB (Red+Green+Blue) = 39+65+191=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #2741BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2741BF is #D8BE40. Grayscale: #474747. Windows color (decimal): -14204481 or 12534055. OLE color: 12534055.

HSL color Cylindrical-coordinate representation of color #2741BF: hue angle of 229.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2741BF is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 65 191 -
CMYK 0.80 0.66 0 0.25
HSL 229.74º 0.66% 0.45% -
HSV(B) 229.74º 0.8% 0.75% -
XYZ 12.13 7.97 50.19 -
YUV 71.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 39 65 191 0.80 0.66 0 0.25 229.74 0.66 0.45
Hex 27 41 BF 50 42 0 19 E6 42 2D
Octal 47 101 277 120 102 0 31 346 102 55
Binary 100111 1000001 10111111 1010000 1000010 0 11001 11100110 1000010 101101

Color Harmonies of #2741BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2741BF

Black with #2741BF

Text Example


Text Example

White with #2741BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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