#254968

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

Shades of Arapawa #254968

Tints of Arapawa #254968

Color information

#254968 (or 0x254968) is unknown color: approx Arapawa. HEX triplet: 25, 49 and 68. RGB value is (37,73,104). Sum of RGB (Red+Green+Blue) = 37+73+104=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #254968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254968 is #DAB697. Grayscale: #414141. Windows color (decimal): -14333592 or 6834469. OLE color: 6834469.

HSL color Cylindrical-coordinate representation of color #254968: hue angle of 207.76º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254968 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3773104-
CMYK0.640.3000.59
HSL207.76º47.52%27.65%-
HSV(B)207.76º64.42%40.78%-
XYZ5.646.1613.99-
YUV65.77149.57107.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=17.29%
G=34.11%
B=48.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37731040.640.3000.59207.7647.5227.65
Hex254968401E03Bd0301c
Octal45111150100360733206034
Binary1001011001001110100010000001111001110111101000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254968; }

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

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

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

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

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

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

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

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