Html Css Color HEX #2720CC Persian Blue

📋 copy color: '#2720CC'

red 39 ◦ green 32 ◦ blue 204

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

Shades of Persian Blue #2720CC

Tints of Persian Blue #2720CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

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

R = 14.18%
G = 11.64%
B = 74.18%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2720CC (or 0x2720CC) is known color: Persian Blue. HEX triplet: 27, 20 and CC. RGB value is (39,32,204). Sum of RGB (Red+Green+Blue) = 39+32+204=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #2720CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2720CC is #D8DF33. Grayscale: #353535. Windows color (decimal): -14212916 or 13377575. OLE color: 13377575.

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

Color convert

RGB 39 32 204 -
CMYK 0.81 0.84 0 0.2
HSL 242.44º 0.73% 0.46% -
HSV(B) 242.44º 0.84% 0.8% -
XYZ 12.25 5.82 57.61 -
YUV 53.7 212.82 117.51 -
System Red Green Blue C M Y K H S L
Decimal 39 32 204 0.81 0.84 0 0.2 242.44 0.73 0.46
Hex 27 20 CC 51 54 0 14 F2 49 2E
Octal 47 40 314 121 124 0 24 362 111 56
Binary 100111 100000 11001100 1010001 1010100 0 10100 11110010 1001001 101110

Color Harmonies of #2720CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2720CC

Black with #2720CC

Text Example


Text Example

White with #2720CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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