#254C60

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

Shades of Arapawa #254C60

Tints of Arapawa #254C60

Color information

#254C60 (or 0x254C60) is unknown color: approx Arapawa. HEX triplet: 25, 4C and 60. RGB value is (37,76,96). Sum of RGB (Red+Green+Blue) = 37+76+96=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #254C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C60 is #DAB39F. Grayscale: #424242. Windows color (decimal): -14332832 or 6310949. OLE color: 6310949.

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

Color convert

RGB377696-
CMYK0.610.2100.62
HSL200.34º44.36%26.08%-
HSV(B)200.34º61.46%37.65%-
XYZ5.466.4112.02-
YUV66.62144.58106.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=17.70%
G=36.36%
B=45.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3776960.610.2100.62200.3444.3626.08
Hex254C603D1503Ec82c1a
Octal4511414075250763105432
Binary100101100110011000001111011010101111101100100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254C60; }

 p { color: rgb(37,76,96); }

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

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

 a { background-color: rgb(37,76,96); }

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

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

 span { border-color: rgb(37,76,96); }

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