#254083

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

Shades of Resolution Blue #254083

Tints of Resolution Blue #254083

Color information

#254083 (or 0x254083) is unknown color: approx Resolution Blue. HEX triplet: 25, 40 and 83. RGB value is (37,64,131). Sum of RGB (Red+Green+Blue) = 37+64+131=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #254083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254083 is #DABF7C. Grayscale: #3F3F3F. Windows color (decimal): -14335869 or 8601637. OLE color: 8601637.

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

Color convert

RGB3764131-
CMYK0.720.5100.49
HSL222.77º55.95%32.94%-
HSV(B)222.77º71.76%51.37%-
XYZ6.695.722.22-
YUV63.56166.05109.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 131 (51.56% from 255) = 56.47%
R=15.95%
G=27.59%
B=56.47%

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
Decimal37641310.720.5100.49222.7755.9532.94
Hex2540834833031df3821
Octal45100203110630613377041
Binary1001011000000100000111001000110011011000111011111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254083; }

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

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

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

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

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

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

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

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