Html Css Color HEX #264295 Tory Blue

📋 copy color: '#264295'

red 38 ◦ green 66 ◦ blue 149

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

Shades of Tory Blue #264295

Tints of Tory Blue #264295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 15.02%
G = 26.09%
B = 58.89%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#264295 (or 0x264295) is known color: Tory Blue. HEX triplet: 26, 42 and 95. RGB value is (38,66,149). Sum of RGB (Red+Green+Blue) = 38+66+149=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #264295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264295 is #D9BD6A. Grayscale: #424242. Windows color (decimal): -14269803 or 9781798. OLE color: 9781798.

HSL color Cylindrical-coordinate representation of color #264295: hue angle of 224.86º 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 #264295 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 66 149 -
CMYK 0.74 0.56 0 0.42
HSL 224.86º 0.59% 0.37% -
HSV(B) 224.86º 0.74% 0.58% -
XYZ 8.17 6.48 29.25 -
YUV 67.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 38 66 149 0.74 0.56 0 0.42 224.86 0.59 0.37
Hex 26 42 95 4A 38 0 2A E1 3B 25
Octal 46 102 225 112 70 0 52 341 73 45
Binary 100110 1000010 10010101 1001010 111000 0 101010 11100001 111011 100101

Color Harmonies of #264295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264295

Black with #264295

Text Example


Text Example

White with #264295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264295; }

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

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

background-color css

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

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

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

border-color css

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

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

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