Html Css Color HEX #264193 Tory Blue

📋 copy color: '#264193'

red 38 ◦ green 65 ◦ blue 147

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

Shades of Tory Blue #264193

Tints of Tory Blue #264193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

 BLUE value IS 147 (57.81% from 255) = 58.8%

R = 15.2%
G = 26%
B = 58.8%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#264193 (or 0x264193) is known color: Tory Blue. HEX triplet: 26, 41 and 93. RGB value is (38,65,147). Sum of RGB (Red+Green+Blue) = 38+65+147=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #264193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264193 is #D9BE6C. Grayscale: #414141. Windows color (decimal): -14270061 or 9650470. OLE color: 9650470.

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

Color convert

RGB 38 65 147 -
CMYK 0.74 0.56 0 0.42
HSL 225.14º 0.59% 0.36% -
HSV(B) 225.14º 0.74% 0.58% -
XYZ 7.96 6.3 28.4 -
YUV 66.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 38 65 147 0.74 0.56 0 0.42 225.14 0.59 0.36
Hex 26 41 93 4A 38 0 2A E1 3B 24
Octal 46 101 223 112 70 0 52 341 73 44
Binary 100110 1000001 10010011 1001010 111000 0 101010 11100001 111011 100100

Color Harmonies of #264193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264193

Black with #264193

Text Example


Text Example

White with #264193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264193; }

 p { color: rgb(38,65,147); }

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

background-color css

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

 a { background-color: rgb(38,65,147); }

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

border-color css

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

 span { border-color: rgb(38,65,147); }

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