Html Css Color HEX #253C80 Resolution Blue

📋 copy color: '#253C80'

red 37 ◦ green 60 ◦ blue 128

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

Shades of Resolution Blue #253C80

Tints of Resolution Blue #253C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 56.89%

R = 16.44%
G = 26.67%
B = 56.89%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#253C80 (or 0x253C80) is known color: Resolution Blue. HEX triplet: 25, 3C and 80. RGB value is (37,60,128). Sum of RGB (Red+Green+Blue) = 37+60+128=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #253C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C80 is #DAC37F. Grayscale: #3C3C3C. Windows color (decimal): -14336896 or 8404005. OLE color: 8404005.

HSL color Cylindrical-coordinate representation of color #253C80: hue angle of 224.84º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #253C80 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 60 128 -
CMYK 0.71 0.53 0 0.50
HSL 224.84º 0.55% 0.32% -
HSV(B) 224.84º 0.71% 0.5% -
XYZ 6.28 5.18 21.09 -
YUV 60.88 165.88 110.97 -
System Red Green Blue C M Y K H S L
Decimal 37 60 128 0.71 0.53 0 0.50 224.84 0.55 0.32
Hex 25 3C 80 47 35 0 32 E1 37 20
Octal 45 74 200 107 65 0 62 341 67 40
Binary 100101 111100 10000000 1000111 110101 0 110010 11100001 110111 100000

Color Harmonies of #253C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C80

Black with #253C80

Text Example


Text Example

White with #253C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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