#264A5A

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

Shades of Arapawa #264A5A

Tints of Arapawa #264A5A

Color information

#264A5A (or 0x264A5A) is unknown color: approx Arapawa. HEX triplet: 26, 4A and 5A. RGB value is (38,74,90). Sum of RGB (Red+Green+Blue) = 38+74+90=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #264A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A5A is #D9B5A5. Grayscale: #404040. Windows color (decimal): -14267814 or 5917222. OLE color: 5917222.

HSL color Cylindrical-coordinate representation of color #264A5A: hue angle of 198.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #264A5A is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB387490-
CMYK0.580.1800.65
HSL198.46º40.62%25.1%-
HSV(B)198.46º57.78%35.29%-
XYZ5.096.0510.57-
YUV65.06142.07108.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=18.81%
G=36.63%
B=44.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3874900.580.1800.65198.4640.6225.1
Hex264A5A3A12041c62919
Octal46112132722201013065131
Binary1001101001010101101011101010010010000011100011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,74,90); }

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

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

 a { background-color: rgb(38,74,90); }

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

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

 span { border-color: rgb(38,74,90); }

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