Html Css Color HEX #264697 Tory Blue

📋 copy color: '#264697'

red 38 ◦ green 70 ◦ blue 151

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

Shades of Tory Blue #264697

Tints of Tory Blue #264697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 151 (59.38% from 255) = 58.3%

R = 14.67%
G = 27.03%
B = 58.3%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#264697 (or 0x264697) is known color: Tory Blue. HEX triplet: 26, 46 and 97. RGB value is (38,70,151). Sum of RGB (Red+Green+Blue) = 38+70+151=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #264697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264697 is #D9B968. Grayscale: #454545. Windows color (decimal): -14268777 or 9913894. OLE color: 9913894.

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

Color convert

RGB 38 70 151 -
CMYK 0.75 0.54 0 0.41
HSL 223.01º 0.6% 0.37% -
HSV(B) 223.01º 0.75% 0.59% -
XYZ 8.58 7.03 30.18 -
YUV 69.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 38 70 151 0.75 0.54 0 0.41 223.01 0.6 0.37
Hex 26 46 97 4B 36 0 29 DF 3C 25
Octal 46 106 227 113 66 0 51 337 74 45
Binary 100110 1000110 10010111 1001011 110110 0 101001 11011111 111100 100101

Color Harmonies of #264697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264697

Black with #264697

Text Example


Text Example

White with #264697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264697; }

 p { color: rgb(38,70,151); }

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

background-color css

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

 a { background-color: rgb(38,70,151); }

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

border-color css

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

 span { border-color: rgb(38,70,151); }

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