Html Css Color HEX #264993 Tory Blue

📋 copy color: '#264993'

red 38 ◦ green 73 ◦ blue 147

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

Shades of Tory Blue #264993

Tints of Tory Blue #264993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.29%

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

R = 14.73%
G = 28.29%
B = 56.98%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#264993 (or 0x264993) is known color: Tory Blue. HEX triplet: 26, 49 and 93. RGB value is (38,73,147). Sum of RGB (Red+Green+Blue) = 38+73+147=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #264993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264993 is #D9B66C. Grayscale: #464646. Windows color (decimal): -14268013 or 9652518. OLE color: 9652518.

HSL color Cylindrical-coordinate representation of color #264993: hue angle of 220.73º 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 #264993 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 73 147 -
CMYK 0.74 0.50 0 0.42
HSL 220.73º 0.59% 0.36% -
HSV(B) 220.73º 0.74% 0.58% -
XYZ 8.45 7.28 28.56 -
YUV 70.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 38 73 147 0.74 0.50 0 0.42 220.73 0.59 0.36
Hex 26 49 93 4A 32 0 2A DD 3B 24
Octal 46 111 223 112 62 0 52 335 73 44
Binary 100110 1001001 10010011 1001010 110010 0 101010 11011101 111011 100100

Color Harmonies of #264993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264993

Black with #264993

Text Example


Text Example

White with #264993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264993; }

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

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

background-color css

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

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

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

border-color css

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

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

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