Html Css Color HEX #2724CE Persian Blue

📋 copy color: '#2724CE'

red 39 ◦ green 36 ◦ blue 206

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

Shades of Persian Blue #2724CE

Tints of Persian Blue #2724CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

 BLUE value IS 206 (80.86% from 255) = 73.31%

R = 13.88%
G = 12.81%
B = 73.31%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2724CE (or 0x2724CE) is known color: Persian Blue. HEX triplet: 27, 24 and CE. RGB value is (39,36,206). Sum of RGB (Red+Green+Blue) = 39+36+206=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #2724CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2724CE is #D8DB31. Grayscale: #373737. Windows color (decimal): -14211890 or 13509671. OLE color: 13509671.

HSL color Cylindrical-coordinate representation of color #2724CE: hue angle of 241.06º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2724CE is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 36 206 -
CMYK 0.81 0.83 0 0.19
HSL 241.06º 0.7% 0.47% -
HSV(B) 241.06º 0.83% 0.81% -
XYZ 12.61 6.15 58.91 -
YUV 56.28 212.49 115.68 -
System Red Green Blue C M Y K H S L
Decimal 39 36 206 0.81 0.83 0 0.19 241.06 0.7 0.47
Hex 27 24 CE 51 53 0 13 F1 46 2F
Octal 47 44 316 121 123 0 23 361 106 57
Binary 100111 100100 11001110 1010001 1010011 0 10011 11110001 1000110 101111

Color Harmonies of #2724CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2724CE

Black with #2724CE

Text Example


Text Example

White with #2724CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2724CE; }

 p { color: rgb(39,36,206); }

 H1.HeaderClassName
 {
   color: #2724CE;
 }
 .AnyTagClassName
 {
   color: #2724CE;
 }
</style>

background-color css

<style>
 a { background-color: #2724CE; }

 a { background-color: rgb(39,36,206); }

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

border-color css

<style>
 span { border-color: #2724CE; }

 span { border-color: rgb(39,36,206); }

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