Html Css Color HEX #2527CF Persian Blue

📋 copy color: '#2527CF'

red 37 ◦ green 39 ◦ blue 207

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

Shades of Persian Blue #2527CF

Tints of Persian Blue #2527CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 73.14%

R = 13.07%
G = 13.78%
B = 73.14%

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

#2527CF (or 0x2527CF) is known color: Persian Blue. HEX triplet: 25, 27 and CF. RGB value is (37,39,207). Sum of RGB (Red+Green+Blue) = 37+39+207=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #2527CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2527CF is #DAD830. Grayscale: #383838. Windows color (decimal): -14342193 or 13575973. OLE color: 13575973.

HSL color Cylindrical-coordinate representation of color #2527CF: 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 #2527CF is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 39 207 -
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.75 6.35 59.58 -
YUV 57.55 212.34 113.34 -
System Red Green Blue C M Y K H S L
Decimal 37 39 207 0.82 0.81 0 0.19 239.29 0.7 0.48
Hex 25 27 CF 52 51 0 13 EF 46 30
Octal 45 47 317 122 121 0 23 357 106 60
Binary 100101 100111 11001111 1010010 1010001 0 10011 11101111 1000110 110000

Color Harmonies of #2527CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2527CF

Black with #2527CF

Text Example


Text Example

White with #2527CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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