#26435B

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

Shades of Regal Blue #26435B

Tints of Regal Blue #26435B

Color information

#26435B (or 0x26435B) is unknown color: approx Regal Blue. HEX triplet: 26, 43 and 5B. RGB value is (38,67,91). Sum of RGB (Red+Green+Blue) = 38+67+91=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #26435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26435B is #D9BCA4. Grayscale: #3C3C3C. Windows color (decimal): -14269605 or 5980966. OLE color: 5980966.

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

Color convert

RGB386791-
CMYK0.580.2600.64
HSL207.17º41.09%25.29%-
HSV(B)207.17º58.24%35.69%-
XYZ4.695.1810.65-
YUV61.07144.89111.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=19.39%
G=34.18%
B=46.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3867910.580.2600.64207.1741.0925.29
Hex26435B3A1A040cf2919
Octal46103133723201003175131
Binary1001101000011101101111101011010010000001100111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26435B; }

 p { color: rgb(38,67,91); }

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

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

 a { background-color: rgb(38,67,91); }

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

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

 span { border-color: rgb(38,67,91); }

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