#263F58

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

Shades of Regal Blue #263F58

Tints of Regal Blue #263F58

Color information

#263F58 (or 0x263F58) is unknown color: approx Regal Blue. HEX triplet: 26, 3F and 58. RGB value is (38,63,88). Sum of RGB (Red+Green+Blue) = 38+63+88=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #263F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F58 is #D9C0A7. Grayscale: #3A3A3A. Windows color (decimal): -14270632 or 5783334. OLE color: 5783334.

HSL color Cylindrical-coordinate representation of color #263F58: hue angle of 210º 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 #263F58 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB386388-
CMYK0.570.2800.65
HSL210º39.68%24.71%-
HSV(B)210º56.82%34.51%-
XYZ4.344.679.91-
YUV58.38144.72113.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=20.11%
G=33.33%
B=46.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3863880.570.2800.6521039.6824.71
Hex263F58391C041d22819
Octal4677130713401013225031
Binary100110111111101100011100111100010000011101001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263F58; }

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

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

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

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

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

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

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

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