#254B69

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

Shades of Arapawa #254B69

Tints of Arapawa #254B69

Color information

#254B69 (or 0x254B69) is unknown color: approx Arapawa. HEX triplet: 25, 4B and 69. RGB value is (37,75,105). Sum of RGB (Red+Green+Blue) = 37+75+105=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #254B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B69 is #DAB496. Grayscale: #424242. Windows color (decimal): -14333079 or 6900517. OLE color: 6900517.

HSL color Cylindrical-coordinate representation of color #254B69: hue angle of 206.47º 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 #254B69 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3775105-
CMYK0.650.2900.59
HSL206.47º47.89%27.84%-
HSV(B)206.47º64.76%41.18%-
XYZ5.836.4514.3-
YUV67.06149.41106.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=17.05%
G=34.56%
B=48.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37751050.650.2900.59206.4747.8927.84
Hex254B69411D03Bce301c
Octal45113151101350733166034
Binary1001011001011110100110000011110101110111100111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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