#254768

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

Shades of Arapawa #254768

Tints of Arapawa #254768

Color information

#254768 (or 0x254768) is unknown color: approx Arapawa. HEX triplet: 25, 47 and 68. RGB value is (37,71,104). Sum of RGB (Red+Green+Blue) = 37+71+104=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #254768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254768 is #DAB897. Grayscale: #404040. Windows color (decimal): -14334104 or 6833957. OLE color: 6833957.

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

Color convert

RGB3771104-
CMYK0.640.3200.59
HSL209.55º47.52%27.65%-
HSV(B)209.55º64.42%40.78%-
XYZ5.515.913.94-
YUV64.6150.24108.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=17.45%
G=33.49%
B=49.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37711040.640.3200.59209.5547.5227.65
Hex254768402003Bd2301c
Octal45107150100400733226034
Binary10010110001111101000100000010000001110111101001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254768; }

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

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

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

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

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

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

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

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