Html Css Color HEX #253282 Resolution Blue

📋 copy color: '#253282'

red 37 ◦ green 50 ◦ blue 130

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

Shades of Resolution Blue #253282

Tints of Resolution Blue #253282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.04%

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

R = 17.05%
G = 23.04%
B = 59.91%

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

#253282 (or 0x253282) is known color: Resolution Blue. HEX triplet: 25, 32 and 82. RGB value is (37,50,130). Sum of RGB (Red+Green+Blue) = 37+50+130=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #253282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253282 is #DACD7D. Grayscale: #363636. Windows color (decimal): -14339454 or 8532517. OLE color: 8532517.

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

Color convert

RGB 37 50 130 -
CMYK 0.72 0.62 0 0.49
HSL 231.61º 0.56% 0.33% -
HSV(B) 231.61º 0.72% 0.51% -
XYZ 5.93 4.29 21.63 -
YUV 55.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 37 50 130 0.72 0.62 0 0.49 231.61 0.56 0.33
Hex 25 32 82 48 3E 0 31 E8 38 21
Octal 45 62 202 110 76 0 61 350 70 41
Binary 100101 110010 10000010 1001000 111110 0 110001 11101000 111000 100001

Color Harmonies of #253282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253282

Black with #253282

Text Example


Text Example

White with #253282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253282; }

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

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

background-color css

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

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

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

border-color css

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

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

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