Html Css Color HEX #253CCF Persian Blue

📋 copy color: '#253CCF'

red 37 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #253CCF

Tints of Persian Blue #253CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 12.17%
G = 19.74%
B = 68.09%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#253CCF (or 0x253CCF) is known color: Persian Blue. HEX triplet: 25, 3C and CF. RGB value is (37,60,207). Sum of RGB (Red+Green+Blue) = 37+60+207=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #253CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CCF is #DAC330. Grayscale: #454545. Windows color (decimal): -14336817 or 13581349. OLE color: 13581349.

HSL color Cylindrical-coordinate representation of color #253CCF: hue angle of 231.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #253CCF is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 60 207 -
CMYK 0.82 0.71 0 0.19
HSL 231.88º 0.7% 0.48% -
HSV(B) 231.88º 0.82% 0.81% -
XYZ 13.64 8.13 59.88 -
YUV 69.88 205.38 104.55 -
System Red Green Blue C M Y K H S L
Decimal 37 60 207 0.82 0.71 0 0.19 231.88 0.7 0.48
Hex 25 3C CF 52 47 0 13 E8 46 30
Octal 45 74 317 122 107 0 23 350 106 60
Binary 100101 111100 11001111 1010010 1000111 0 10011 11101000 1000110 110000

Color Harmonies of #253CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CCF

Black with #253CCF

Text Example


Text Example

White with #253CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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