#253ADC

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

Shades of Persian Blue #253ADC

Tints of Persian Blue #253ADC

Color information

#253ADC (or 0x253ADC) is unknown color: approx Persian Blue. HEX triplet: 25, 3A and DC. RGB value is (37,58,220). Sum of RGB (Red+Green+Blue) = 37+58+220=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #253ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ADC is #DAC523. Grayscale: #454545. Windows color (decimal): -14337316 or 14432805. OLE color: 14432805.

HSL color Cylindrical-coordinate representation of color #253ADC: hue angle of 233.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253ADC is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3758220-
CMYK0.830.7400.14
HSL233.11º72.33%50.39%-
HSV(B)233.11º83.18%86.27%-
XYZ15.198.5968.57-
YUV70.19212.54104.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 220 (86.33% from 255) = 69.84%
R=11.75%
G=18.41%
B=69.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal37582200.830.7400.14233.1172.3350.39
Hex253ADC534A0Ee94832
Octal457233412311201635111062
Binary100101111010110111001010011100101001110111010011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,58,220); }

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

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

 a { background-color: rgb(37,58,220); }

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

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

 span { border-color: rgb(37,58,220); }

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