Html Css Color HEX #264792 Tory Blue

📋 copy color: '#264792'

red 38 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #264792

Tints of Tory Blue #264792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.25%

R = 14.9%
G = 27.84%
B = 57.25%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#264792 (or 0x264792) is known color: Tory Blue. HEX triplet: 26, 47 and 92. RGB value is (38,71,146). Sum of RGB (Red+Green+Blue) = 38+71+146=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #264792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264792 is #D9B86D. Grayscale: #454545. Windows color (decimal): -14268526 or 9586470. OLE color: 9586470.

HSL color Cylindrical-coordinate representation of color #264792: hue angle of 221.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264792 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 71 146 -
CMYK 0.74 0.51 0 0.43
HSL 221.67º 0.59% 0.36% -
HSV(B) 221.67º 0.74% 0.57% -
XYZ 8.24 6.99 28.11 -
YUV 69.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 38 71 146 0.74 0.51 0 0.43 221.67 0.59 0.36
Hex 26 47 92 4A 33 0 2B DE 3B 24
Octal 46 107 222 112 63 0 53 336 73 44
Binary 100110 1000111 10010010 1001010 110011 0 101011 11011110 111011 100100

Color Harmonies of #264792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264792

Black with #264792

Text Example


Text Example

White with #264792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264792; }

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

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

background-color css

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

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

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

border-color css

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

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

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