Html Css Color HEX #263D91 Tory Blue

📋 copy color: '#263D91'

red 38 ◦ green 61 ◦ blue 145

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

Shades of Tory Blue #263D91

Tints of Tory Blue #263D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 59.43%

R = 15.57%
G = 25%
B = 59.43%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#263D91 (or 0x263D91) is known color: Tory Blue. HEX triplet: 26, 3D and 91. RGB value is (38,61,145). Sum of RGB (Red+Green+Blue) = 38+61+145=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #263D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D91 is #D9C26E. Grayscale: #3F3F3F. Windows color (decimal): -14271087 or 9518374. OLE color: 9518374.

HSL color Cylindrical-coordinate representation of color #263D91: hue angle of 227.1º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263D91 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 61 145 -
CMYK 0.74 0.58 0 0.43
HSL 227.1º 0.58% 0.36% -
HSV(B) 227.1º 0.74% 0.57% -
XYZ 7.58 5.79 27.51 -
YUV 63.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 38 61 145 0.74 0.58 0 0.43 227.1 0.58 0.36
Hex 26 3D 91 4A 3A 0 2B E3 3A 24
Octal 46 75 221 112 72 0 53 343 72 44
Binary 100110 111101 10010001 1001010 111010 0 101011 11100011 111010 100100

Color Harmonies of #263D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D91

Black with #263D91

Text Example


Text Example

White with #263D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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