#264F5E

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

Shades of Arapawa #264F5E

Tints of Arapawa #264F5E

Color information

#264F5E (or 0x264F5E) is unknown color: approx Arapawa. HEX triplet: 26, 4F and 5E. RGB value is (38,79,94). Sum of RGB (Red+Green+Blue) = 38+79+94=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #264F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F5E is #D9B0A1. Grayscale: #444444. Windows color (decimal): -14266530 or 6180646. OLE color: 6180646.

HSL color Cylindrical-coordinate representation of color #264F5E: hue angle of 196.07º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #264F5E is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB387994-
CMYK0.600.1600.63
HSL196.07º42.42%25.88%-
HSV(B)196.07º59.57%36.86%-
XYZ5.626.8111.61-
YUV68.45142.42106.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=18.01%
G=37.44%
B=44.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3879940.600.1600.63196.0742.4225.88
Hex264F5E3C1003Fc42a1a
Octal4611713674200773045232
Binary100110100111110111101111001000001111111100010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264F5E; }

 p { color: rgb(38,79,94); }

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

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

 a { background-color: rgb(38,79,94); }

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

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

 span { border-color: rgb(38,79,94); }

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