#254082

Color #254082 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #254082

Tints of Resolution Blue #254082

Color information

#254082 (or 0x254082) is unknown color: approx Resolution Blue. HEX triplet: 25, 40 and 82. RGB value is (37,64,130). Sum of RGB (Red+Green+Blue) = 37+64+130=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #254082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254082 is #DABF7D. Grayscale: #3F3F3F. Windows color (decimal): -14335870 or 8536101. OLE color: 8536101.

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

Color convert

RGB3764130-
CMYK0.720.5100.49
HSL222.58º55.69%32.75%-
HSV(B)222.58º71.54%50.98%-
XYZ6.635.6721.86-
YUV63.45165.55109.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 130 (51.17% from 255) = 56.28%
R=16.02%
G=27.71%
B=56.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37641300.720.5100.49222.5855.6932.75
Hex2540824833031df3821
Octal45100202110630613377041
Binary1001011000000100000101001000110011011000111011111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254082; }

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

 H1.HeaderClassName
 {
   color: #254082;
 }
 .AnyTagClassName
 {
   color: #254082;
 }
</style>
background-color css

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

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

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

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

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

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