Html Css Color HEX #2740DF Persian Blue

📋 copy color: '#2740DF'

red 39 ◦ green 64 ◦ blue 223

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

Shades of Persian Blue #2740DF

Tints of Persian Blue #2740DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.4%

R = 11.96%
G = 19.63%
B = 68.4%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2740DF (or 0x2740DF) is known color: Persian Blue. HEX triplet: 27, 40 and DF. RGB value is (39,64,223). Sum of RGB (Red+Green+Blue) = 39+64+223=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #2740DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2740DF is #D8BF20. Grayscale: #494949. Windows color (decimal): -14204705 or 14630951. OLE color: 14630951.

HSL color Cylindrical-coordinate representation of color #2740DF: hue angle of 231.85º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2740DF is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 64 223 -
CMYK 0.83 0.71 0 0.13
HSL 231.85º 0.74% 0.51% -
HSV(B) 231.85º 0.83% 0.87% -
XYZ 15.99 9.43 70.79 -
YUV 74.65 211.72 102.57 -
System Red Green Blue C M Y K H S L
Decimal 39 64 223 0.83 0.71 0 0.13 231.85 0.74 0.51
Hex 27 40 DF 53 47 0 D E8 4A 33
Octal 47 100 337 123 107 0 15 350 112 63
Binary 100111 1000000 11011111 1010011 1000111 0 1101 11101000 1001010 110011

Color Harmonies of #2740DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2740DF

Black with #2740DF

Text Example


Text Example

White with #2740DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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