Html Css Color HEX #253FCD Persian Blue

📋 copy color: '#253FCD'

red 37 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #253FCD

Tints of Persian Blue #253FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.21%

R = 12.13%
G = 20.66%
B = 67.21%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#253FCD (or 0x253FCD) is known color: Persian Blue. HEX triplet: 25, 3F and CD. RGB value is (37,63,205). Sum of RGB (Red+Green+Blue) = 37+63+205=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #253FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FCD is #DAC032. Grayscale: #464646. Windows color (decimal): -14336051 or 13451045. OLE color: 13451045.

HSL color Cylindrical-coordinate representation of color #253FCD: hue angle of 230.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #253FCD is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 63 205 -
CMYK 0.82 0.69 0 0.20
HSL 230.71º 0.69% 0.47% -
HSV(B) 230.71º 0.82% 0.8% -
XYZ 13.56 8.36 58.66 -
YUV 71.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 37 63 205 0.82 0.69 0 0.20 230.71 0.69 0.47
Hex 25 3F CD 52 45 0 14 E7 45 2F
Octal 45 77 315 122 105 0 24 347 105 57
Binary 100101 111111 11001101 1010010 1000101 0 10100 11100111 1000101 101111

Color Harmonies of #253FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FCD

Black with #253FCD

Text Example


Text Example

White with #253FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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