#264B62

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

Shades of Arapawa #264B62

Tints of Arapawa #264B62

Color information

#264B62 (or 0x264B62) is unknown color: approx Arapawa. HEX triplet: 26, 4B and 62. RGB value is (38,75,98). Sum of RGB (Red+Green+Blue) = 38+75+98=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #264B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B62 is #D9B49D. Grayscale: #424242. Windows color (decimal): -14267550 or 6441766. OLE color: 6441766.

HSL color Cylindrical-coordinate representation of color #264B62: hue angle of 203º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #264B62 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB387598-
CMYK0.610.2300.62
HSL203º44.12%26.67%-
HSV(B)203º61.22%38.43%-
XYZ5.526.3312.49-
YUV66.56145.74107.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=18.01%
G=35.55%
B=46.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3875980.610.2300.6220344.1226.67
Hex264B623D1703Ecb2c1b
Octal4611314275270763135433
Binary100110100101111000101111011011101111101100101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,75,98); }

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

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

 a { background-color: rgb(38,75,98); }

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

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

 span { border-color: rgb(38,75,98); }

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