#263E8A

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

Shades of Tory Blue #263E8A

Tints of Tory Blue #263E8A

Color information

#263E8A (or 0x263E8A) is unknown color: approx Tory Blue. HEX triplet: 26, 3E and 8A. RGB value is (38,62,138). Sum of RGB (Red+Green+Blue) = 38+62+138=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #263E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E8A is #D9C175. Grayscale: #3F3F3F. Windows color (decimal): -14270838 or 9059878. OLE color: 9059878.

HSL color Cylindrical-coordinate representation of color #263E8A: hue angle of 225.6º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263E8A is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3862138-
CMYK0.720.5500.46
HSL225.6º56.82%34.51%-
HSV(B)225.6º72.46%54.12%-
XYZ7.115.6924.77-
YUV63.49170.05109.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.97%
GREEN value IS 62 (24.61% from 255) = 26.05%
BLUE value IS 138 (54.30% from 255) = 57.98%
R=15.97%
G=26.05%
B=57.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38621380.720.5500.46225.656.8234.51
Hex263E8A483702Ee23923
Octal4676212110670563427143
Binary100110111110100010101001000110111010111011100010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,62,138); }

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

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

 a { background-color: rgb(38,62,138); }

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

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

 span { border-color: rgb(38,62,138); }

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