#263D53

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

Shades of Regal Blue #263D53

Tints of Regal Blue #263D53

Color information

#263D53 (or 0x263D53) is unknown color: approx Regal Blue. HEX triplet: 26, 3D and 53. RGB value is (38,61,83). Sum of RGB (Red+Green+Blue) = 38+61+83=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #263D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D53 is #D9C2AC. Grayscale: #383838. Windows color (decimal): -14271149 or 5455142. OLE color: 5455142.

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

Color convert

RGB386183-
CMYK0.540.2700.67
HSL209.33º37.19%23.73%-
HSV(B)209.33º54.22%32.55%-
XYZ4.034.378.82-
YUV56.63142.88114.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=20.88%
G=33.52%
B=45.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3861830.540.2700.67209.3337.1923.73
Hex263D53361B043d12518
Octal4675123663301033214530
Binary100110111101101001111011011011010000111101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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