#254B5C

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

Shades of Arapawa #254B5C

Tints of Arapawa #254B5C

Color information

#254B5C (or 0x254B5C) is unknown color: approx Arapawa. HEX triplet: 25, 4B and 5C. RGB value is (37,75,92). Sum of RGB (Red+Green+Blue) = 37+75+92=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #254B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B5C is #DAB4A3. Grayscale: #414141. Windows color (decimal): -14333092 or 6048549. OLE color: 6048549.

HSL color Cylindrical-coordinate representation of color #254B5C: hue angle of 198.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #254B5C is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB377592-
CMYK0.600.1800.64
HSL198.55º42.64%25.29%-
HSV(B)198.55º59.78%36.08%-
XYZ5.216.211.05-
YUV65.58142.91107.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=18.14%
G=36.76%
B=45.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3775920.600.1800.64198.5542.6425.29
Hex254B5C3C12040c72b19
Octal45113134742201003075331
Binary1001011001011101110011110010010010000001100011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,75,92); }

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

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

 a { background-color: rgb(37,75,92); }

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

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

 span { border-color: rgb(37,75,92); }

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