#26425D

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

Shades of Regal Blue #26425D

Tints of Regal Blue #26425D

Color information

#26425D (or 0x26425D) is unknown color: approx Regal Blue. HEX triplet: 26, 42 and 5D. RGB value is (38,66,93). Sum of RGB (Red+Green+Blue) = 38+66+93=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #26425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26425D is #D9BDA2. Grayscale: #3C3C3C. Windows color (decimal): -14269859 or 6111782. OLE color: 6111782.

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

Color convert

RGB386693-
CMYK0.590.2900.64
HSL209.45º41.98%25.69%-
HSV(B)209.45º59.14%36.47%-
XYZ4.725.111.09-
YUV60.71146.22111.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=19.29%
G=33.50%
B=47.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3866930.590.2900.64209.4541.9825.69
Hex26425D3B1D040d12a1a
Octal46102135733501003215232
Binary1001101000010101110111101111101010000001101000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26425D; }

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

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

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

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

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

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

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

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