Html Css Color HEX #253FC3 Persian Blue

📋 copy color: '#253FC3'

red 37 ◦ green 63 ◦ blue 195

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

Shades of Persian Blue #253FC3

Tints of Persian Blue #253FC3

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

 BLUE value IS 195 (76.56% from 255) = 66.1%

R = 12.54%
G = 21.36%
B = 66.1%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#253FC3 (or 0x253FC3) is known color: Persian Blue. HEX triplet: 25, 3F and C3. RGB value is (37,63,195). Sum of RGB (Red+Green+Blue) = 37+63+195=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 195 (76.56% from 255 or 66.10% from 295); Max value from RGB is 195 - color contains mainly: blue. Hex color #253FC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FC3 is #DAC03C. Grayscale: #454545. Windows color (decimal): -14336061 or 12795685. OLE color: 12795685.

HSL color Cylindrical-coordinate representation of color #253FC3: hue angle of 230.13º 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 #253FC3 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 63 195 -
CMYK 0.81 0.68 0 0.24
HSL 230.13º 0.68% 0.45% -
HSV(B) 230.13º 0.81% 0.76% -
XYZ 12.39 7.89 52.5 -
YUV 70.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 37 63 195 0.81 0.68 0 0.24 230.13 0.68 0.45
Hex 25 3F C3 51 44 0 18 E6 44 2D
Octal 45 77 303 121 104 0 30 346 104 55
Binary 100101 111111 11000011 1010001 1000100 0 11000 11100110 1000100 101101

Color Harmonies of #253FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FC3

Black with #253FC3

Text Example


Text Example

White with #253FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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