Html Css Color HEX #253FC8 Persian Blue

📋 copy color: '#253FC8'

red 37 ◦ green 63 ◦ blue 200

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

Shades of Persian Blue #253FC8

Tints of Persian Blue #253FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 66.67%

R = 12.33%
G = 21%
B = 66.67%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#253FC8 (or 0x253FC8) is known color: Persian Blue. HEX triplet: 25, 3F and C8. RGB value is (37,63,200). Sum of RGB (Red+Green+Blue) = 37+63+200=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 200 (78.52% from 255 or 66.67% from 300); Max value from RGB is 200 - color contains mainly: blue. Hex color #253FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FC8 is #DAC037. Grayscale: #464646. Windows color (decimal): -14336056 or 13123365. OLE color: 13123365.

HSL color Cylindrical-coordinate representation of color #253FC8: hue angle of 230.43º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253FC8 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 63 200 -
CMYK 0.82 0.68 0 0.22
HSL 230.43º 0.69% 0.46% -
HSV(B) 230.43º 0.82% 0.78% -
XYZ 12.97 8.12 55.53 -
YUV 70.84 200.89 103.86 -
System Red Green Blue C M Y K H S L
Decimal 37 63 200 0.82 0.68 0 0.22 230.43 0.69 0.46
Hex 25 3F C8 52 44 0 16 E6 45 2E
Octal 45 77 310 122 104 0 26 346 105 56
Binary 100101 111111 11001000 1010010 1000100 0 10110 11100110 1000101 101110

Color Harmonies of #253FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FC8

Black with #253FC8

Text Example


Text Example

White with #253FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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