Html Css Color HEX #253183 Resolution Blue

📋 copy color: '#253183'

red 37 ◦ green 49 ◦ blue 131

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

Shades of Resolution Blue #253183

Tints of Resolution Blue #253183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 60.37%

R = 17.05%
G = 22.58%
B = 60.37%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#253183 (or 0x253183) is known color: Resolution Blue. HEX triplet: 25, 31 and 83. RGB value is (37,49,131). Sum of RGB (Red+Green+Blue) = 37+49+131=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #253183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253183 is #DACE7C. Grayscale: #363636. Windows color (decimal): -14339709 or 8597797. OLE color: 8597797.

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

Color convert

RGB 37 49 131 -
CMYK 0.72 0.63 0 0.49
HSL 232.34º 0.56% 0.33% -
HSV(B) 232.34º 0.72% 0.51% -
XYZ 5.96 4.23 21.97 -
YUV 54.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 37 49 131 0.72 0.63 0 0.49 232.34 0.56 0.33
Hex 25 31 83 48 3F 0 31 E8 38 21
Octal 45 61 203 110 77 0 61 350 70 41
Binary 100101 110001 10000011 1001000 111111 0 110001 11101000 111000 100001

Color Harmonies of #253183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253183

Black with #253183

Text Example


Text Example

White with #253183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253183; }

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

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

background-color css

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

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

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

border-color css

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

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

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