#264256

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

Shades of Regal Blue #264256

Tints of Regal Blue #264256

Color information

#264256 (or 0x264256) is unknown color: approx Regal Blue. HEX triplet: 26, 42 and 56. RGB value is (38,66,86). Sum of RGB (Red+Green+Blue) = 38+66+86=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #264256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264256 is #D9BDA9. Grayscale: #3B3B3B. Windows color (decimal): -14269866 or 5653030. OLE color: 5653030.

HSL color Cylindrical-coordinate representation of color #264256: hue angle of 205º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #264256 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB386686-
CMYK0.560.2300.66
HSL205º38.71%24.31%-
HSV(B)205º55.81%33.73%-
XYZ4.434.989.53-
YUV59.91142.72112.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=20%
G=34.74%
B=45.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3866860.560.2300.6620538.7124.31
Hex2642563817042cd2718
Octal46102126702701023154730
Binary1001101000010101011011100010111010000101100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264256; }

 p { color: rgb(38,66,86); }

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

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

 a { background-color: rgb(38,66,86); }

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

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

 span { border-color: rgb(38,66,86); }

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