Html Css Color HEX #263E96 Tory Blue

📋 copy color: '#263E96'

red 38 ◦ green 62 ◦ blue 150

#263E96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #263E96

Tints of Tory Blue #263E96

RGB

 RED value IS 38 (15.23% from 255) = 15.2%

 GREEN value IS 62 (24.61% from 255) = 24.8%

 BLUE value IS 150 (58.98% from 255) = 60%

R = 15.2%
G = 24.8%
B = 60%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#263E96 (or 0x263E96) is known color: Tory Blue. HEX triplet: 26, 3E and 96. RGB value is (38,62,150). Sum of RGB (Red+Green+Blue) = 38+62+150=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #263E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E96 is #D9C169. Grayscale: #404040. Windows color (decimal): -14270826 or 9846310. OLE color: 9846310.

HSL color Cylindrical-coordinate representation of color #263E96: hue angle of 227.14º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263E96 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 62 150 -
CMYK 0.75 0.59 0 0.41
HSL 227.14º 0.6% 0.37% -
HSV(B) 227.14º 0.75% 0.59% -
XYZ 8.03 6.06 29.6 -
YUV 64.86 176.05 108.84 -
System Red Green Blue C M Y K H S L
Decimal 38 62 150 0.75 0.59 0 0.41 227.14 0.6 0.37
Hex 26 3E 96 4B 3B 0 29 E3 3C 25
Octal 46 76 226 113 73 0 51 343 74 45
Binary 100110 111110 10010110 1001011 111011 0 101001 11100011 111100 100101

Color Harmonies of #263E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263E96

Black with #263E96

Text Example


Text Example

White with #263E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #263E96;
 }
 .AnyTagClassName
 {
   color: #263E96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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