Html Css Color HEX #2527CE Persian Blue

📋 copy color: '#2527CE'

red 37 ◦ green 39 ◦ blue 206

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

Shades of Persian Blue #2527CE

Tints of Persian Blue #2527CE

RGB

 RED value IS 37 (14.84% from 255) = 13.12%

 GREEN value IS 39 (15.63% from 255) = 13.83%

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

R = 13.12%
G = 13.83%
B = 73.05%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2527CE (or 0x2527CE) is known color: Persian Blue. HEX triplet: 25, 27 and CE. RGB value is (37,39,206). Sum of RGB (Red+Green+Blue) = 37+39+206=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #2527CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2527CE is #DAD831. Grayscale: #383838. Windows color (decimal): -14342194 or 13510437. OLE color: 13510437.

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

Color convert

RGB 37 39 206 -
CMYK 0.82 0.81 0 0.19
HSL 239.29º 0.7% 0.48% -
HSV(B) 239.29º 0.82% 0.81% -
XYZ 12.63 6.3 58.94 -
YUV 57.44 211.84 113.42 -
System Red Green Blue C M Y K H S L
Decimal 37 39 206 0.82 0.81 0 0.19 239.29 0.7 0.48
Hex 25 27 CE 52 51 0 13 EF 46 30
Octal 45 47 316 122 121 0 23 357 106 60
Binary 100101 100111 11001110 1010010 1010001 0 10011 11101111 1000110 110000

Color Harmonies of #2527CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2527CE

Black with #2527CE

Text Example


Text Example

White with #2527CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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