Html Css Color HEX #2741BC Persian Blue

📋 copy color: '#2741BC'

red 39 ◦ green 65 ◦ blue 188

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

Shades of Persian Blue #2741BC

Tints of Persian Blue #2741BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.38%

R = 13.36%
G = 22.26%
B = 64.38%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2741BC (or 0x2741BC) is known color: Persian Blue. HEX triplet: 27, 41 and BC. RGB value is (39,65,188). Sum of RGB (Red+Green+Blue) = 39+65+188=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #2741BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2741BC is #D8BE43. Grayscale: #464646. Windows color (decimal): -14204484 or 12337447. OLE color: 12337447.

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

Color convert

RGB 39 65 188 -
CMYK 0.79 0.65 0 0.26
HSL 229.53º 0.66% 0.45% -
HSV(B) 229.53º 0.79% 0.74% -
XYZ 11.8 7.84 48.47 -
YUV 71.25 193.89 105 -
System Red Green Blue C M Y K H S L
Decimal 39 65 188 0.79 0.65 0 0.26 229.53 0.66 0.45
Hex 27 41 BC 4F 41 0 1A E6 42 2D
Octal 47 101 274 117 101 0 32 346 102 55
Binary 100111 1000001 10111100 1001111 1000001 0 11010 11100110 1000010 101101

Color Harmonies of #2741BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2741BC

Black with #2741BC

Text Example


Text Example

White with #2741BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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