#26445C

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

Shades of Regal Blue #26445C

Tints of Regal Blue #26445C

Color information

#26445C (or 0x26445C) is unknown color: approx Regal Blue. HEX triplet: 26, 44 and 5C. RGB value is (38,68,92). Sum of RGB (Red+Green+Blue) = 38+68+92=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #26445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26445C is #D9BBA3. Grayscale: #3D3D3D. Windows color (decimal): -14269348 or 6046758. OLE color: 6046758.

HSL color Cylindrical-coordinate representation of color #26445C: hue angle of 206.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26445C is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB386892-
CMYK0.590.2600.64
HSL206.67º41.54%25.49%-
HSV(B)206.67º58.7%36.08%-
XYZ4.85.3210.9-
YUV61.77145.06111.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.19%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=19.19%
G=34.34%
B=46.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3868920.590.2600.64206.6741.5425.49
Hex26445C3B1A040cf2a19
Octal46104134733201003175231
Binary1001101000100101110011101111010010000001100111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26445C; }

 p { color: rgb(38,68,92); }

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

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

 a { background-color: rgb(38,68,92); }

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

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

 span { border-color: rgb(38,68,92); }

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