Html Css Color HEX #253CC6 Persian Blue

📋 copy color: '#253CC6'

red 37 ◦ green 60 ◦ blue 198

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

Shades of Persian Blue #253CC6

Tints of Persian Blue #253CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 67.12%

R = 12.54%
G = 20.34%
B = 67.12%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#253CC6 (or 0x253CC6) is known color: Persian Blue. HEX triplet: 25, 3C and C6. RGB value is (37,60,198). Sum of RGB (Red+Green+Blue) = 37+60+198=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 198 (77.73% from 255 or 67.12% from 295); Max value from RGB is 198 - color contains mainly: blue. Hex color #253CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CC6 is #DAC339. Grayscale: #444444. Windows color (decimal): -14336826 or 12991525. OLE color: 12991525.

HSL color Cylindrical-coordinate representation of color #253CC6: hue angle of 231.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 #253CC6 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 60 198 -
CMYK 0.81 0.70 0 0.22
HSL 231.43º 0.69% 0.46% -
HSV(B) 231.43º 0.81% 0.78% -
XYZ 12.57 7.7 54.25 -
YUV 68.86 200.88 105.28 -
System Red Green Blue C M Y K H S L
Decimal 37 60 198 0.81 0.70 0 0.22 231.43 0.69 0.46
Hex 25 3C C6 51 46 0 16 E7 45 2E
Octal 45 74 306 121 106 0 26 347 105 56
Binary 100101 111100 11000110 1010001 1000110 0 10110 11100111 1000101 101110

Color Harmonies of #253CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CC6

Black with #253CC6

Text Example


Text Example

White with #253CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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