Html Css Color HEX #253280 Resolution Blue

📋 copy color: '#253280'

red 37 ◦ green 50 ◦ blue 128

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

Shades of Resolution Blue #253280

Tints of Resolution Blue #253280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

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

R = 17.21%
G = 23.26%
B = 59.53%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#253280 (or 0x253280) is known color: Resolution Blue. HEX triplet: 25, 32 and 80. RGB value is (37,50,128). Sum of RGB (Red+Green+Blue) = 37+50+128=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #253280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253280 is #DACD7F. Grayscale: #363636. Windows color (decimal): -14339456 or 8401445. OLE color: 8401445.

HSL color Cylindrical-coordinate representation of color #253280: hue angle of 231.43º 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 #253280 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 50 128 -
CMYK 0.71 0.61 0 0.50
HSL 231.43º 0.55% 0.32% -
HSV(B) 231.43º 0.71% 0.5% -
XYZ 5.8 4.23 20.93 -
YUV 55.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 37 50 128 0.71 0.61 0 0.50 231.43 0.55 0.32
Hex 25 32 80 47 3D 0 32 E7 37 20
Octal 45 62 200 107 75 0 62 347 67 40
Binary 100101 110010 10000000 1000111 111101 0 110010 11100111 110111 100000

Color Harmonies of #253280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253280

Black with #253280

Text Example


Text Example

White with #253280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253280; }

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

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

background-color css

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

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

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

border-color css

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

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

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