#264157

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

Shades of Regal Blue #264157

Tints of Regal Blue #264157

Color information

#264157 (or 0x264157) is unknown color: approx Regal Blue. HEX triplet: 26, 41 and 57. RGB value is (38,65,87). Sum of RGB (Red+Green+Blue) = 38+65+87=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #264157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264157 is #D9BEA8. Grayscale: #3B3B3B. Windows color (decimal): -14270121 or 5718310. OLE color: 5718310.

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

Color convert

RGB386587-
CMYK0.560.2500.66
HSL206.94º39.2%24.51%-
HSV(B)206.94º56.32%34.12%-
XYZ4.414.889.73-
YUV59.44143.55112.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=20%
G=34.21%
B=45.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3865870.560.2500.66206.9439.224.51
Hex2641573819042cf2719
Octal46101127703101023174731
Binary1001101000001101011111100011001010000101100111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264157; }

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

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

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

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

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

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

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

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