Html Css Color HEX #253CCD Persian Blue

📋 copy color: '#253CCD'

red 37 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #253CCD

Tints of Persian Blue #253CCD

RGB

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

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

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

R = 12.25%
G = 19.87%
B = 67.88%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#253CCD (or 0x253CCD) is known color: Persian Blue. HEX triplet: 25, 3C and CD. RGB value is (37,60,205). Sum of RGB (Red+Green+Blue) = 37+60+205=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #253CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CCD is #DAC332. Grayscale: #454545. Windows color (decimal): -14336819 or 13450277. OLE color: 13450277.

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

Color convert

RGB 37 60 205 -
CMYK 0.82 0.71 0 0.20
HSL 231.79º 0.69% 0.47% -
HSV(B) 231.79º 0.82% 0.8% -
XYZ 13.4 8.03 58.6 -
YUV 69.65 204.38 104.71 -
System Red Green Blue C M Y K H S L
Decimal 37 60 205 0.82 0.71 0 0.20 231.79 0.69 0.47
Hex 25 3C CD 52 47 0 14 E8 45 2F
Octal 45 74 315 122 107 0 24 350 105 57
Binary 100101 111100 11001101 1010010 1000111 0 10100 11101000 1000101 101111

Color Harmonies of #253CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CCD

Black with #253CCD

Text Example


Text Example

White with #253CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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