#253CC7

Color #253CC7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #253CC7

Tints of Persian Blue #253CC7

Color information

#253CC7 (or 0x253CC7) is unknown color: approx Persian Blue. HEX triplet: 25, 3C and C7. RGB value is (37,60,199). Sum of RGB (Red+Green+Blue) = 37+60+199=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 199 (78.12% from 255 or 67.23% from 296); Max value from RGB is 199 - color contains mainly: blue. Hex color #253CC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CC7 is #DAC338. Grayscale: #444444. Windows color (decimal): -14336825 or 13057061. OLE color: 13057061.

HSL color Cylindrical-coordinate representation of color #253CC7: hue angle of 231.48º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253CC7 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3760199-
CMYK0.810.7000.22
HSL231.48º68.64%46.27%-
HSV(B)231.48º81.41%78.04%-
XYZ12.697.7554.86-
YUV68.97201.38105.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.5%
GREEN value IS 60 (23.83% from 255) = 20.27%
BLUE value IS 199 (78.12% from 255) = 67.23%
R=12.5%
G=20.27%
B=67.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal37601990.810.7000.22231.4868.6446.27
Hex253CC75146016e7452e
Octal457430712110602634710556
Binary1001011111001100011110100011000110010110111001111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253CC7; }

 p { color: rgb(37,60,199); }

 H1.HeaderClassName
 {
   color: #253CC7;
 }
 .AnyTagClassName
 {
   color: #253CC7;
 }
</style>
background-color css

<style>
 a { background-color: #253CC7; }

 a { background-color: rgb(37,60,199); }

 div.DivClassName
 {
   background-color: #253CC7;
 }
 .BgClassName
 {
   background-color: #253CC7;
 }
</style>
border-color css

<style>
 span { border-color: #253CC7; }

 span { border-color: rgb(37,60,199); }

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