#254C65

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

Shades of Arapawa #254C65

Tints of Arapawa #254C65

Color information

#254C65 (or 0x254C65) is unknown color: approx Arapawa. HEX triplet: 25, 4C and 65. RGB value is (37,76,101). Sum of RGB (Red+Green+Blue) = 37+76+101=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #254C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C65 is #DAB39A. Grayscale: #434343. Windows color (decimal): -14332827 or 6638629. OLE color: 6638629.

HSL color Cylindrical-coordinate representation of color #254C65: hue angle of 203.44º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254C65 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3776101-
CMYK0.630.2500.60
HSL203.44º46.38%27.06%-
HSV(B)203.44º63.37%39.61%-
XYZ5.76.513.27-
YUV67.19147.08106.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=17.29%
G=35.51%
B=47.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37761010.630.2500.60203.4446.3827.06
Hex254C653F1903Ccb2e1b
Octal4511414577310743135633
Binary100101100110011001011111111100101111001100101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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