Html Css Color HEX #263F91 Tory Blue

📋 copy color: '#263F91'

red 38 ◦ green 63 ◦ blue 145

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

Shades of Tory Blue #263F91

Tints of Tory Blue #263F91

RGB

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

 GREEN value IS 63 (25% from 255) = 25.61%

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

R = 15.45%
G = 25.61%
B = 58.94%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#263F91 (or 0x263F91) is known color: Tory Blue. HEX triplet: 26, 3F and 91. RGB value is (38,63,145). Sum of RGB (Red+Green+Blue) = 38+63+145=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #263F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F91 is #D9C06E. Grayscale: #404040. Windows color (decimal): -14270575 or 9518886. OLE color: 9518886.

HSL color Cylindrical-coordinate representation of color #263F91: hue angle of 225.98º 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 #263F91 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 63 145 -
CMYK 0.74 0.57 0 0.43
HSL 225.98º 0.58% 0.36% -
HSV(B) 225.98º 0.74% 0.57% -
XYZ 7.69 6.01 27.54 -
YUV 64.87 173.22 108.83 -
System Red Green Blue C M Y K H S L
Decimal 38 63 145 0.74 0.57 0 0.43 225.98 0.58 0.36
Hex 26 3F 91 4A 39 0 2B E2 3A 24
Octal 46 77 221 112 71 0 53 342 72 44
Binary 100110 111111 10010001 1001010 111001 0 101011 11100010 111010 100100

Color Harmonies of #263F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F91

Black with #263F91

Text Example


Text Example

White with #263F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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