Html Css Color HEX #253CC0 Persian Blue

📋 copy color: '#253CC0'

red 37 ◦ green 60 ◦ blue 192

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

Shades of Persian Blue #253CC0

Tints of Persian Blue #253CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 66.44%

R = 12.8%
G = 20.76%
B = 66.44%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#253CC0 (or 0x253CC0) is known color: Persian Blue. HEX triplet: 25, 3C and C0. RGB value is (37,60,192). Sum of RGB (Red+Green+Blue) = 37+60+192=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 192 (75.39% from 255 or 66.44% from 289); Max value from RGB is 192 - color contains mainly: blue. Hex color #253CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CC0 is #DAC33F. Grayscale: #434343. Windows color (decimal): -14336832 or 12598309. OLE color: 12598309.

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

Color convert

RGB 37 60 192 -
CMYK 0.81 0.69 0 0.25
HSL 231.1º 0.68% 0.45% -
HSV(B) 231.1º 0.81% 0.75% -
XYZ 11.89 7.43 50.68 -
YUV 68.17 197.88 105.77 -
System Red Green Blue C M Y K H S L
Decimal 37 60 192 0.81 0.69 0 0.25 231.1 0.68 0.45
Hex 25 3C C0 51 45 0 19 E7 44 2D
Octal 45 74 300 121 105 0 31 347 104 55
Binary 100101 111100 11000000 1010001 1000101 0 11001 11100111 1000100 101101

Color Harmonies of #253CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CC0

Black with #253CC0

Text Example


Text Example

White with #253CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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