Html Css Color HEX #2740CF Persian Blue

📋 copy color: '#2740CF'

red 39 ◦ green 64 ◦ blue 207

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

Shades of Persian Blue #2740CF

Tints of Persian Blue #2740CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.77%

R = 12.58%
G = 20.65%
B = 66.77%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2740CF (or 0x2740CF) is known color: Persian Blue. HEX triplet: 27, 40 and CF. RGB value is (39,64,207). Sum of RGB (Red+Green+Blue) = 39+64+207=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #2740CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2740CF is #D8BF30. Grayscale: #484848. Windows color (decimal): -14204721 or 13582375. OLE color: 13582375.

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

Color convert

RGB 39 64 207 -
CMYK 0.81 0.69 0 0.19
HSL 231.07º 0.68% 0.48% -
HSV(B) 231.07º 0.81% 0.81% -
XYZ 13.93 8.6 59.96 -
YUV 72.83 203.72 103.87 -
System Red Green Blue C M Y K H S L
Decimal 39 64 207 0.81 0.69 0 0.19 231.07 0.68 0.48
Hex 27 40 CF 51 45 0 13 E7 44 30
Octal 47 100 317 121 105 0 23 347 104 60
Binary 100111 1000000 11001111 1010001 1000101 0 10011 11100111 1000100 110000

Color Harmonies of #2740CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2740CF

Black with #2740CF

Text Example


Text Example

White with #2740CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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