Html Css Color HEX #264197 Tory Blue

📋 copy color: '#264197'

red 38 ◦ green 65 ◦ blue 151

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

Shades of Tory Blue #264197

Tints of Tory Blue #264197

RGB

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

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

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

R = 14.96%
G = 25.59%
B = 59.45%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#264197 (or 0x264197) is known color: Tory Blue. HEX triplet: 26, 41 and 97. RGB value is (38,65,151). Sum of RGB (Red+Green+Blue) = 38+65+151=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #264197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264197 is #D9BE68. Grayscale: #424242. Windows color (decimal): -14270057 or 9912614. OLE color: 9912614.

HSL color Cylindrical-coordinate representation of color #264197: hue angle of 225.66º 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 #264197 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 65 151 -
CMYK 0.75 0.57 0 0.41
HSL 225.66º 0.6% 0.37% -
HSV(B) 225.66º 0.75% 0.59% -
XYZ 8.28 6.43 30.08 -
YUV 66.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 38 65 151 0.75 0.57 0 0.41 225.66 0.6 0.37
Hex 26 41 97 4B 39 0 29 E2 3C 25
Octal 46 101 227 113 71 0 51 342 74 45
Binary 100110 1000001 10010111 1001011 111001 0 101001 11100010 111100 100101

Color Harmonies of #264197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264197

Black with #264197

Text Example


Text Example

White with #264197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264197; }

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

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

background-color css

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

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

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

border-color css

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

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

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