#264F60

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

Shades of Arapawa #264F60

Tints of Arapawa #264F60

Color information

#264F60 (or 0x264F60) is unknown color: approx Arapawa. HEX triplet: 26, 4F and 60. RGB value is (38,79,96). Sum of RGB (Red+Green+Blue) = 38+79+96=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #264F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F60 is #D9B09F. Grayscale: #444444. Windows color (decimal): -14266528 or 6311718. OLE color: 6311718.

HSL color Cylindrical-coordinate representation of color #264F60: hue angle of 197.59º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #264F60 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB387996-
CMYK0.600.1800.62
HSL197.59º43.28%26.27%-
HSV(B)197.59º60.42%37.65%-
XYZ5.716.8512.09-
YUV68.68143.42106.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=17.84%
G=37.09%
B=45.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3879960.600.1800.62197.5943.2826.27
Hex264F603C1203Ec62b1a
Octal4611714074220763065332
Binary100110100111111000001111001001001111101100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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