#254C5C

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

Shades of Arapawa #254C5C

Tints of Arapawa #254C5C

Color information

#254C5C (or 0x254C5C) is unknown color: approx Arapawa. HEX triplet: 25, 4C and 5C. RGB value is (37,76,92). Sum of RGB (Red+Green+Blue) = 37+76+92=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #254C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C5C is #DAB3A3. Grayscale: #424242. Windows color (decimal): -14332836 or 6048805. OLE color: 6048805.

HSL color Cylindrical-coordinate representation of color #254C5C: hue angle of 197.45º 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 #254C5C is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB377692-
CMYK0.600.1700.64
HSL197.45º42.64%25.29%-
HSV(B)197.45º59.78%36.08%-
XYZ5.286.3311.07-
YUV66.16142.58107.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=18.05%
G=37.07%
B=44.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3776920.600.1700.64197.4542.6425.29
Hex254C5C3C11040c52b19
Octal45114134742101003055331
Binary1001011001100101110011110010001010000001100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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