Html Css Color HEX #264999 Tory Blue

📋 copy color: '#264999'

red 38 ◦ green 73 ◦ blue 153

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

Shades of Tory Blue #264999

Tints of Tory Blue #264999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.95%

R = 14.39%
G = 27.65%
B = 57.95%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#264999 (or 0x264999) is known color: Tory Blue. HEX triplet: 26, 49 and 99. RGB value is (38,73,153). Sum of RGB (Red+Green+Blue) = 38+73+153=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #264999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264999 is #D9B666. Grayscale: #474747. Windows color (decimal): -14268007 or 10045734. OLE color: 10045734.

HSL color Cylindrical-coordinate representation of color #264999: hue angle of 221.74º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264999 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 73 153 -
CMYK 0.75 0.52 0 0.4
HSL 221.74º 0.6% 0.37% -
HSV(B) 221.74º 0.75% 0.6% -
XYZ 8.93 7.48 31.11 -
YUV 71.66 173.9 104 -
System Red Green Blue C M Y K H S L
Decimal 38 73 153 0.75 0.52 0 0.4 221.74 0.6 0.37
Hex 26 49 99 4B 34 0 28 DE 3C 25
Octal 46 111 231 113 64 0 50 336 74 45
Binary 100110 1001001 10011001 1001011 110100 0 101000 11011110 111100 100101

Color Harmonies of #264999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264999

Black with #264999

Text Example


Text Example

White with #264999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264999; }

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

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

background-color css

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

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

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

border-color css

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

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

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