Html Css Color HEX #264195 Tory Blue

📋 copy color: '#264195'

red 38 ◦ green 65 ◦ blue 149

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

Shades of Tory Blue #264195

Tints of Tory Blue #264195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 15.08%
G = 25.79%
B = 59.13%

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

#264195 (or 0x264195) is known color: Tory Blue. HEX triplet: 26, 41 and 95. RGB value is (38,65,149). Sum of RGB (Red+Green+Blue) = 38+65+149=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #264195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264195 is #D9BE6A. Grayscale: #424242. Windows color (decimal): -14270059 or 9781542. OLE color: 9781542.

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

Color convert

RGB 38 65 149 -
CMYK 0.74 0.56 0 0.42
HSL 225.41º 0.59% 0.37% -
HSV(B) 225.41º 0.74% 0.58% -
XYZ 8.11 6.36 29.23 -
YUV 66.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 38 65 149 0.74 0.56 0 0.42 225.41 0.59 0.37
Hex 26 41 95 4A 38 0 2A E1 3B 25
Octal 46 101 225 112 70 0 52 341 73 45
Binary 100110 1000001 10010101 1001010 111000 0 101010 11100001 111011 100101

Color Harmonies of #264195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264195

Black with #264195

Text Example


Text Example

White with #264195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264195; }

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

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

background-color css

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

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

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

border-color css

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

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

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