Html Css Color HEX #253185 Resolution Blue

📋 copy color: '#253185'

red 37 ◦ green 49 ◦ blue 133

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

Shades of Resolution Blue #253185

Tints of Resolution Blue #253185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.37%

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 16.89%
G = 22.37%
B = 60.73%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253185 (or 0x253185) is known color: Resolution Blue. HEX triplet: 25, 31 and 85. RGB value is (37,49,133). Sum of RGB (Red+Green+Blue) = 37+49+133=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #253185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253185 is #DACE7A. Grayscale: #363636. Windows color (decimal): -14339707 or 8728869. OLE color: 8728869.

HSL color Cylindrical-coordinate representation of color #253185: hue angle of 232.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253185 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 49 133 -
CMYK 0.72 0.63 0 0.48
HSL 232.5º 0.56% 0.33% -
HSV(B) 232.5º 0.72% 0.52% -
XYZ 6.09 4.28 22.7 -
YUV 54.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 37 49 133 0.72 0.63 0 0.48 232.5 0.56 0.33
Hex 25 31 85 48 3F 0 30 E8 38 21
Octal 45 61 205 110 77 0 60 350 70 41
Binary 100101 110001 10000101 1001000 111111 0 110000 11101000 111000 100001

Color Harmonies of #253185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253185

Black with #253185

Text Example


Text Example

White with #253185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253185; }

 p { color: rgb(37,49,133); }

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

background-color css

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

 a { background-color: rgb(37,49,133); }

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

border-color css

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

 span { border-color: rgb(37,49,133); }

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