Html Css Color HEX #2740CB Persian Blue

📋 copy color: '#2740CB'

red 39 ◦ green 64 ◦ blue 203

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

Shades of Persian Blue #2740CB

Tints of Persian Blue #2740CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.34%

R = 12.75%
G = 20.92%
B = 66.34%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2740CB (or 0x2740CB) is known color: Persian Blue. HEX triplet: 27, 40 and CB. RGB value is (39,64,203). Sum of RGB (Red+Green+Blue) = 39+64+203=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #2740CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2740CB is #D8BF34. Grayscale: #474747. Windows color (decimal): -14204725 or 13320231. OLE color: 13320231.

HSL color Cylindrical-coordinate representation of color #2740CB: hue angle of 230.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2740CB is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 64 203 -
CMYK 0.81 0.68 0 0.20
HSL 230.85º 0.68% 0.47% -
HSV(B) 230.85º 0.81% 0.8% -
XYZ 13.45 8.41 57.41 -
YUV 72.37 201.72 104.2 -
System Red Green Blue C M Y K H S L
Decimal 39 64 203 0.81 0.68 0 0.20 230.85 0.68 0.47
Hex 27 40 CB 51 44 0 14 E7 44 2F
Octal 47 100 313 121 104 0 24 347 104 57
Binary 100111 1000000 11001011 1010001 1000100 0 10100 11100111 1000100 101111

Color Harmonies of #2740CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2740CB

Black with #2740CB

Text Example


Text Example

White with #2740CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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