#254668

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

Shades of Arapawa #254668

Tints of Arapawa #254668

Color information

#254668 (or 0x254668) is unknown color: approx Arapawa. HEX triplet: 25, 46 and 68. RGB value is (37,70,104). Sum of RGB (Red+Green+Blue) = 37+70+104=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #254668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254668 is #DAB997. Grayscale: #3F3F3F. Windows color (decimal): -14334360 or 6833701. OLE color: 6833701.

HSL color Cylindrical-coordinate representation of color #254668: hue angle of 210.45º 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 #254668 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3770104-
CMYK0.640.3300.59
HSL210.45º47.52%27.65%-
HSV(B)210.45º64.42%40.78%-
XYZ5.455.7713.92-
YUV64.01150.57108.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=17.54%
G=33.18%
B=49.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37701040.640.3300.59210.4547.5227.65
Hex254668402103Bd2301c
Octal45106150100410733226034
Binary10010110001101101000100000010000101110111101001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254668; }

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

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

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

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

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

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

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

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