Html Css Color HEX #253788 Resolution Blue

📋 copy color: '#253788'

red 37 ◦ green 55 ◦ blue 136

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

Shades of Resolution Blue #253788

Tints of Resolution Blue #253788

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.12%

 BLUE value IS 136 (53.52% from 255) = 59.65%

R = 16.23%
G = 24.12%
B = 59.65%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#253788 (or 0x253788) is known color: Resolution Blue. HEX triplet: 25, 37 and 88. RGB value is (37,55,136). Sum of RGB (Red+Green+Blue) = 37+55+136=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #253788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253788 is #DAC877. Grayscale: #3A3A3A. Windows color (decimal): -14338168 or 8927013. OLE color: 8927013.

HSL color Cylindrical-coordinate representation of color #253788: hue angle of 229.09º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253788 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 55 136 -
CMYK 0.73 0.60 0 0.47
HSL 229.09º 0.57% 0.34% -
HSV(B) 229.09º 0.73% 0.53% -
XYZ 6.57 4.9 23.89 -
YUV 58.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 37 55 136 0.73 0.60 0 0.47 229.09 0.57 0.34
Hex 25 37 88 49 3C 0 2F E5 39 22
Octal 45 67 210 111 74 0 57 345 71 42
Binary 100101 110111 10001000 1001001 111100 0 101111 11100101 111001 100010

Color Harmonies of #253788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253788

Black with #253788

Text Example


Text Example

White with #253788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253788; }

 p { color: rgb(37,55,136); }

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

background-color css

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

 a { background-color: rgb(37,55,136); }

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

border-color css

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

 span { border-color: rgb(37,55,136); }

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