Html Css Color HEX #253E80 Resolution Blue

📋 copy color: '#253E80'

red 37 ◦ green 62 ◦ blue 128

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

Shades of Resolution Blue #253E80

Tints of Resolution Blue #253E80

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.31%

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

R = 16.3%
G = 27.31%
B = 56.39%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#253E80 (or 0x253E80) is known color: Resolution Blue. HEX triplet: 25, 3E and 80. RGB value is (37,62,128). Sum of RGB (Red+Green+Blue) = 37+62+128=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #253E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253E80 is #DAC17F. Grayscale: #3D3D3D. Windows color (decimal): -14336384 or 8404517. OLE color: 8404517.

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

Color convert

RGB 37 62 128 -
CMYK 0.71 0.52 0 0.50
HSL 223.52º 0.55% 0.32% -
HSV(B) 223.52º 0.71% 0.5% -
XYZ 6.38 5.4 21.13 -
YUV 62.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 37 62 128 0.71 0.52 0 0.50 223.52 0.55 0.32
Hex 25 3E 80 47 34 0 32 E0 37 20
Octal 45 76 200 107 64 0 62 340 67 40
Binary 100101 111110 10000000 1000111 110100 0 110010 11100000 110111 100000

Color Harmonies of #253E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E80

Black with #253E80

Text Example


Text Example

White with #253E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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