#253DC3

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

Shades of Persian Blue #253DC3

Tints of Persian Blue #253DC3

Color information

#253DC3 (or 0x253DC3) is unknown color: approx Persian Blue. HEX triplet: 25, 3D and C3. RGB value is (37,61,195). Sum of RGB (Red+Green+Blue) = 37+61+195=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 195 (76.56% from 255 or 66.55% from 293); Max value from RGB is 195 - color contains mainly: blue. Hex color #253DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DC3 is #DAC23C. Grayscale: #444444. Windows color (decimal): -14336573 or 12795173. OLE color: 12795173.

HSL color Cylindrical-coordinate representation of color #253DC3: hue angle of 230.89º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253DC3 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3761195-
CMYK0.810.6900.24
HSL230.89º68.1%45.49%-
HSV(B)230.89º81.03%76.47%-
XYZ12.287.6752.46-
YUV69.1199.05105.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 195 (76.56% from 255) = 66.55%
R=12.63%
G=20.82%
B=66.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37611950.810.6900.24230.8968.145.49
Hex253DC35145018e7442d
Octal457530312110503034710455
Binary1001011111011100001110100011000101011000111001111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,61,195); }

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

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

 a { background-color: rgb(37,61,195); }

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

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

 span { border-color: rgb(37,61,195); }

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