Html Css Color HEX #2740BC Persian Blue

📋 copy color: '#2740BC'

red 39 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #2740BC

Tints of Persian Blue #2740BC

RGB

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

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

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

R = 13.4%
G = 21.99%
B = 64.6%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2740BC (or 0x2740BC) is known color: Persian Blue. HEX triplet: 27, 40 and BC. RGB value is (39,64,188). Sum of RGB (Red+Green+Blue) = 39+64+188=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #2740BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2740BC is #D8BF43. Grayscale: #464646. Windows color (decimal): -14204740 or 12337191. OLE color: 12337191.

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

Color convert

RGB 39 64 188 -
CMYK 0.79 0.66 0 0.26
HSL 229.93º 0.66% 0.45% -
HSV(B) 229.93º 0.79% 0.74% -
XYZ 11.75 7.73 48.45 -
YUV 70.66 194.22 105.42 -
System Red Green Blue C M Y K H S L
Decimal 39 64 188 0.79 0.66 0 0.26 229.93 0.66 0.45
Hex 27 40 BC 4F 42 0 1A E6 42 2D
Octal 47 100 274 117 102 0 32 346 102 55
Binary 100111 1000000 10111100 1001111 1000010 0 11010 11100110 1000010 101101

Color Harmonies of #2740BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2740BC

Black with #2740BC

Text Example


Text Example

White with #2740BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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