Html Css Color HEX #253CDF Persian Blue

📋 copy color: '#253CDF'

red 37 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #253CDF

Tints of Persian Blue #253CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.75%

 BLUE value IS 223 (87.5% from 255) = 69.69%

R = 11.56%
G = 18.75%
B = 69.69%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#253CDF (or 0x253CDF) is known color: Persian Blue. HEX triplet: 25, 3C and DF. RGB value is (37,60,223). Sum of RGB (Red+Green+Blue) = 37+60+223=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #253CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CDF is #DAC320. Grayscale: #474747. Windows color (decimal): -14336801 or 14629925. OLE color: 14629925.

HSL color Cylindrical-coordinate representation of color #253CDF: hue angle of 232.58º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253CDF is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 60 223 -
CMYK 0.83 0.73 0 0.13
HSL 232.58º 0.74% 0.51% -
HSV(B) 232.58º 0.83% 0.87% -
XYZ 15.7 8.95 70.71 -
YUV 71.71 213.38 103.25 -
System Red Green Blue C M Y K H S L
Decimal 37 60 223 0.83 0.73 0 0.13 232.58 0.74 0.51
Hex 25 3C DF 53 49 0 D E9 4A 33
Octal 45 74 337 123 111 0 15 351 112 63
Binary 100101 111100 11011111 1010011 1001001 0 1101 11101001 1001010 110011

Color Harmonies of #253CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CDF

Black with #253CDF

Text Example


Text Example

White with #253CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253CDF;
 }
 .AnyTagClassName
 {
   color: #253CDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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