Html Css Color HEX #2528CF Persian Blue

📋 copy color: '#2528CF'

red 37 ◦ green 40 ◦ blue 207

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

Shades of Persian Blue #2528CF

Tints of Persian Blue #2528CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

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

R = 13.03%
G = 14.08%
B = 72.89%

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

#2528CF (or 0x2528CF) is known color: Persian Blue. HEX triplet: 25, 28 and CF. RGB value is (37,40,207). Sum of RGB (Red+Green+Blue) = 37+40+207=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #2528CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2528CF is #DAD730. Grayscale: #393939. Windows color (decimal): -14341937 or 13576229. OLE color: 13576229.

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

Color convert

RGB 37 40 207 -
CMYK 0.82 0.81 0 0.19
HSL 238.94º 0.7% 0.48% -
HSV(B) 238.94º 0.82% 0.81% -
XYZ 12.78 6.42 59.6 -
YUV 58.14 212.01 112.92 -
System Red Green Blue C M Y K H S L
Decimal 37 40 207 0.82 0.81 0 0.19 238.94 0.7 0.48
Hex 25 28 CF 52 51 0 13 EF 46 30
Octal 45 50 317 122 121 0 23 357 106 60
Binary 100101 101000 11001111 1010010 1010001 0 10011 11101111 1000110 110000

Color Harmonies of #2528CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2528CF

Black with #2528CF

Text Example


Text Example

White with #2528CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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