Html Css Color HEX #264795 Tory Blue

📋 copy color: '#264795'

red 38 ◦ green 71 ◦ blue 149

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

Shades of Tory Blue #264795

Tints of Tory Blue #264795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 149 (58.59% from 255) = 57.75%

R = 14.73%
G = 27.52%
B = 57.75%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#264795 (or 0x264795) is known color: Tory Blue. HEX triplet: 26, 47 and 95. RGB value is (38,71,149). Sum of RGB (Red+Green+Blue) = 38+71+149=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #264795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264795 is #D9B86A. Grayscale: #454545. Windows color (decimal): -14268523 or 9783078. OLE color: 9783078.

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

Color convert

RGB 38 71 149 -
CMYK 0.74 0.52 0 0.42
HSL 222.16º 0.59% 0.37% -
HSV(B) 222.16º 0.74% 0.58% -
XYZ 8.48 7.09 29.36 -
YUV 70.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 38 71 149 0.74 0.52 0 0.42 222.16 0.59 0.37
Hex 26 47 95 4A 34 0 2A DE 3B 25
Octal 46 107 225 112 64 0 52 336 73 45
Binary 100110 1000111 10010101 1001010 110100 0 101010 11011110 111011 100101

Color Harmonies of #264795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264795

Black with #264795

Text Example


Text Example

White with #264795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264795; }

 p { color: rgb(38,71,149); }

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

background-color css

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

 a { background-color: rgb(38,71,149); }

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

border-color css

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

 span { border-color: rgb(38,71,149); }

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