#263D54

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

Shades of Regal Blue #263D54

Tints of Regal Blue #263D54

Color information

#263D54 (or 0x263D54) is unknown color: approx Regal Blue. HEX triplet: 26, 3D and 54. RGB value is (38,61,84). Sum of RGB (Red+Green+Blue) = 38+61+84=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #263D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D54 is #D9C2AB. Grayscale: #383838. Windows color (decimal): -14271148 or 5520678. OLE color: 5520678.

HSL color Cylindrical-coordinate representation of color #263D54: hue angle of 210º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263D54 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB386184-
CMYK0.550.2700.67
HSL210º37.7%23.92%-
HSV(B)210º54.76%32.94%-
XYZ4.074.399.02-
YUV56.74143.38114.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=20.77%
G=33.33%
B=45.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3861840.550.2700.6721037.723.92
Hex263D54371B043d22618
Octal4675124673301033224630
Binary100110111101101010011011111011010000111101001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,61,84); }

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

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

 a { background-color: rgb(38,61,84); }

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

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

 span { border-color: rgb(38,61,84); }

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