Html Css Color HEX #263D96 Tory Blue

📋 copy color: '#263D96'

red 38 ◦ green 61 ◦ blue 150

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

Shades of Tory Blue #263D96

Tints of Tory Blue #263D96

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.5%

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

R = 15.26%
G = 24.5%
B = 60.24%

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

#263D96 (or 0x263D96) is known color: Tory Blue. HEX triplet: 26, 3D and 96. RGB value is (38,61,150). Sum of RGB (Red+Green+Blue) = 38+61+150=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #263D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D96 is #D9C269. Grayscale: #3F3F3F. Windows color (decimal): -14271082 or 9846054. OLE color: 9846054.

HSL color Cylindrical-coordinate representation of color #263D96: hue angle of 227.68º 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 #263D96 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 61 150 -
CMYK 0.75 0.59 0 0.41
HSL 227.68º 0.6% 0.37% -
HSV(B) 227.68º 0.75% 0.59% -
XYZ 7.97 5.95 29.58 -
YUV 64.27 176.38 109.26 -
System Red Green Blue C M Y K H S L
Decimal 38 61 150 0.75 0.59 0 0.41 227.68 0.6 0.37
Hex 26 3D 96 4B 3B 0 29 E4 3C 25
Octal 46 75 226 113 73 0 51 344 74 45
Binary 100110 111101 10010110 1001011 111011 0 101001 11100100 111100 100101

Color Harmonies of #263D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D96

Black with #263D96

Text Example


Text Example

White with #263D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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