#254A69

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

Shades of Arapawa #254A69

Tints of Arapawa #254A69

Color information

#254A69 (or 0x254A69) is unknown color: approx Arapawa. HEX triplet: 25, 4A and 69. RGB value is (37,74,105). Sum of RGB (Red+Green+Blue) = 37+74+105=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #254A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A69 is #DAB596. Grayscale: #424242. Windows color (decimal): -14333335 or 6900261. OLE color: 6900261.

HSL color Cylindrical-coordinate representation of color #254A69: hue angle of 207.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #254A69 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3774105-
CMYK0.650.3000.59
HSL207.35º47.89%27.84%-
HSV(B)207.35º64.76%41.18%-
XYZ5.766.3114.28-
YUV66.47149.74106.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=17.13%
G=34.26%
B=48.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37741050.650.3000.59207.3547.8927.84
Hex254A69411E03Bcf301c
Octal45112151101360733176034
Binary1001011001010110100110000011111001110111100111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,74,105); }

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

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

 a { background-color: rgb(37,74,105); }

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

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

 span { border-color: rgb(37,74,105); }

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