Html Css Color HEX #264599 Tory Blue

📋 copy color: '#264599'

red 38 ◦ green 69 ◦ blue 153

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

Shades of Tory Blue #264599

Tints of Tory Blue #264599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

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

R = 14.62%
G = 26.54%
B = 58.85%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#264599 (or 0x264599) is known color: Tory Blue. HEX triplet: 26, 45 and 99. RGB value is (38,69,153). Sum of RGB (Red+Green+Blue) = 38+69+153=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #264599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264599 is #D9BA66. Grayscale: #444444. Windows color (decimal): -14269031 or 10044710. OLE color: 10044710.

HSL color Cylindrical-coordinate representation of color #264599: hue angle of 223.83º 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 #264599 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 69 153 -
CMYK 0.75 0.55 0 0.4
HSL 223.83º 0.6% 0.37% -
HSV(B) 223.83º 0.75% 0.6% -
XYZ 8.68 6.97 31.02 -
YUV 69.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 38 69 153 0.75 0.55 0 0.4 223.83 0.6 0.37
Hex 26 45 99 4B 37 0 28 E0 3C 25
Octal 46 105 231 113 67 0 50 340 74 45
Binary 100110 1000101 10011001 1001011 110111 0 101000 11100000 111100 100101

Color Harmonies of #264599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264599

Black with #264599

Text Example


Text Example

White with #264599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264599; }

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

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

background-color css

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

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

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

border-color css

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

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

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