Html Css Color HEX #2740CC Persian Blue

📋 copy color: '#2740CC'

red 39 ◦ green 64 ◦ blue 204

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

Shades of Persian Blue #2740CC

Tints of Persian Blue #2740CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.45%

R = 12.7%
G = 20.85%
B = 66.45%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2740CC (or 0x2740CC) is known color: Persian Blue. HEX triplet: 27, 40 and CC. RGB value is (39,64,204). Sum of RGB (Red+Green+Blue) = 39+64+204=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #2740CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2740CC is #D8BF33. Grayscale: #474747. Windows color (decimal): -14204724 or 13385767. OLE color: 13385767.

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

Color convert

RGB 39 64 204 -
CMYK 0.81 0.69 0 0.2
HSL 230.91º 0.68% 0.48% -
HSV(B) 230.91º 0.81% 0.8% -
XYZ 13.57 8.46 58.04 -
YUV 72.49 202.22 104.12 -
System Red Green Blue C M Y K H S L
Decimal 39 64 204 0.81 0.69 0 0.2 230.91 0.68 0.48
Hex 27 40 CC 51 45 0 14 E7 44 30
Octal 47 100 314 121 105 0 24 347 104 60
Binary 100111 1000000 11001100 1010001 1000101 0 10100 11100111 1000100 110000

Color Harmonies of #2740CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2740CC

Black with #2740CC

Text Example


Text Example

White with #2740CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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