#254667

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

Shades of Arapawa #254667

Tints of Arapawa #254667

Color information

#254667 (or 0x254667) is unknown color: approx Arapawa. HEX triplet: 25, 46 and 67. RGB value is (37,70,103). Sum of RGB (Red+Green+Blue) = 37+70+103=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #254667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254667 is #DAB998. Grayscale: #3F3F3F. Windows color (decimal): -14334361 or 6768165. OLE color: 6768165.

HSL color Cylindrical-coordinate representation of color #254667: hue angle of 210º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254667 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3770103-
CMYK0.640.3200.60
HSL210º47.14%27.45%-
HSV(B)210º64.08%40.39%-
XYZ5.45.7513.66-
YUV63.9150.07108.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=17.62%
G=33.33%
B=49.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37701030.640.3200.6021047.1427.45
Hex254667402003Cd22f1b
Octal45106147100400743225733
Binary10010110001101100111100000010000001111001101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254667; }

 p { color: rgb(37,70,103); }

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

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

 a { background-color: rgb(37,70,103); }

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

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

 span { border-color: rgb(37,70,103); }

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