Html Css Color HEX #253182 Resolution Blue

📋 copy color: '#253182'

red 37 ◦ green 49 ◦ blue 130

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

Shades of Resolution Blue #253182

Tints of Resolution Blue #253182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 60.19%

R = 17.13%
G = 22.69%
B = 60.19%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#253182 (or 0x253182) is known color: Resolution Blue. HEX triplet: 25, 31 and 82. RGB value is (37,49,130). Sum of RGB (Red+Green+Blue) = 37+49+130=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #253182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253182 is #DACE7D. Grayscale: #363636. Windows color (decimal): -14339710 or 8532261. OLE color: 8532261.

HSL color Cylindrical-coordinate representation of color #253182: hue angle of 232.26º 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 #253182 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 49 130 -
CMYK 0.72 0.62 0 0.49
HSL 232.26º 0.56% 0.33% -
HSV(B) 232.26º 0.72% 0.51% -
XYZ 5.89 4.2 21.62 -
YUV 54.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 37 49 130 0.72 0.62 0 0.49 232.26 0.56 0.33
Hex 25 31 82 48 3E 0 31 E8 38 21
Octal 45 61 202 110 76 0 61 350 70 41
Binary 100101 110001 10000010 1001000 111110 0 110001 11101000 111000 100001

Color Harmonies of #253182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253182

Black with #253182

Text Example


Text Example

White with #253182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253182; }

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

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

background-color css

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

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

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

border-color css

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

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

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