#264158

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

Shades of Regal Blue #264158

Tints of Regal Blue #264158

Color information

#264158 (or 0x264158) is unknown color: approx Regal Blue. HEX triplet: 26, 41 and 58. RGB value is (38,65,88). Sum of RGB (Red+Green+Blue) = 38+65+88=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #264158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264158 is #D9BEA7. Grayscale: #3B3B3B. Windows color (decimal): -14270120 or 5783846. OLE color: 5783846.

HSL color Cylindrical-coordinate representation of color #264158: hue angle of 207.6º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264158 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB386588-
CMYK0.570.2600.65
HSL207.6º39.68%24.71%-
HSV(B)207.6º56.82%34.51%-
XYZ4.454.99.94-
YUV59.55144.05112.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=19.90%
G=34.03%
B=46.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3865880.570.2600.65207.639.6824.71
Hex264158391A041d02819
Octal46101130713201013205031
Binary1001101000001101100011100111010010000011101000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264158; }

 p { color: rgb(38,65,88); }

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

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

 a { background-color: rgb(38,65,88); }

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

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

 span { border-color: rgb(38,65,88); }

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