#254084

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

Shades of Resolution Blue #254084

Tints of Resolution Blue #254084

Color information

#254084 (or 0x254084) is unknown color: approx Resolution Blue. HEX triplet: 25, 40 and 84. RGB value is (37,64,132). Sum of RGB (Red+Green+Blue) = 37+64+132=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #254084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254084 is #DABF7B. Grayscale: #3F3F3F. Windows color (decimal): -14335868 or 8667173. OLE color: 8667173.

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

Color convert

RGB3764132-
CMYK0.720.5200.48
HSL222.95º56.21%33.14%-
HSV(B)222.95º71.97%51.76%-
XYZ6.765.7322.58-
YUV63.68166.55108.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=15.88%
G=27.47%
B=56.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37641320.720.5200.48222.9556.2133.14
Hex2540844834030df3821
Octal45100204110640603377041
Binary1001011000000100001001001000110100011000011011111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254084; }

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

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

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

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

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

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

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

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