#254961

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

Shades of Arapawa #254961

Tints of Arapawa #254961

Color information

#254961 (or 0x254961) is unknown color: approx Arapawa. HEX triplet: 25, 49 and 61. RGB value is (37,73,97). Sum of RGB (Red+Green+Blue) = 37+73+97=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #254961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254961 is #DAB69E. Grayscale: #404040. Windows color (decimal): -14333599 or 6375717. OLE color: 6375717.

HSL color Cylindrical-coordinate representation of color #254961: hue angle of 204º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #254961 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB377397-
CMYK0.620.2500.62
HSL204º44.78%26.27%-
HSV(B)204º61.86%38.04%-
XYZ5.36.0212.19-
YUV64.97146.07108.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=17.87%
G=35.27%
B=46.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3773970.620.2500.6220444.7826.27
Hex2549613E1903Ecc2d1a
Octal4511114176310763145532
Binary100101100100111000011111101100101111101100110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254961; }

 p { color: rgb(37,73,97); }

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

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

 a { background-color: rgb(37,73,97); }

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

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

 span { border-color: rgb(37,73,97); }

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