Html Css Color HEX #253EC8 Persian Blue

📋 copy color: '#253EC8'

red 37 ◦ green 62 ◦ blue 200

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

Shades of Persian Blue #253EC8

Tints of Persian Blue #253EC8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.74%

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

R = 12.37%
G = 20.74%
B = 66.89%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#253EC8 (or 0x253EC8) is known color: Persian Blue. HEX triplet: 25, 3E and C8. RGB value is (37,62,200). Sum of RGB (Red+Green+Blue) = 37+62+200=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 200 (78.52% from 255 or 66.89% from 299); Max value from RGB is 200 - color contains mainly: blue. Hex color #253EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253EC8 is #DAC137. Grayscale: #454545. Windows color (decimal): -14336312 or 13123109. OLE color: 13123109.

HSL color Cylindrical-coordinate representation of color #253EC8: hue angle of 230.8º 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 #253EC8 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 62 200 -
CMYK 0.82 0.69 0 0.22
HSL 230.8º 0.69% 0.46% -
HSV(B) 230.8º 0.82% 0.78% -
XYZ 12.91 8.01 55.51 -
YUV 70.26 201.22 104.28 -
System Red Green Blue C M Y K H S L
Decimal 37 62 200 0.82 0.69 0 0.22 230.8 0.69 0.46
Hex 25 3E C8 52 45 0 16 E7 45 2E
Octal 45 76 310 122 105 0 26 347 105 56
Binary 100101 111110 11001000 1010010 1000101 0 10110 11100111 1000101 101110

Color Harmonies of #253EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253EC8

Black with #253EC8

Text Example


Text Example

White with #253EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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