Html Css Color HEX #264194 Tory Blue

📋 copy color: '#264194'

red 38 ◦ green 65 ◦ blue 148

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

Shades of Tory Blue #264194

Tints of Tory Blue #264194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 15.14%
G = 25.9%
B = 58.96%

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

#264194 (or 0x264194) is known color: Tory Blue. HEX triplet: 26, 41 and 94. RGB value is (38,65,148). Sum of RGB (Red+Green+Blue) = 38+65+148=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #264194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264194 is #D9BE6B. Grayscale: #424242. Windows color (decimal): -14270060 or 9716006. OLE color: 9716006.

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

Color convert

RGB 38 65 148 -
CMYK 0.74 0.56 0 0.42
HSL 225.27º 0.59% 0.36% -
HSV(B) 225.27º 0.74% 0.58% -
XYZ 8.03 6.33 28.82 -
YUV 66.39 174.05 107.75 -
System Red Green Blue C M Y K H S L
Decimal 38 65 148 0.74 0.56 0 0.42 225.27 0.59 0.36
Hex 26 41 94 4A 38 0 2A E1 3B 24
Octal 46 101 224 112 70 0 52 341 73 44
Binary 100110 1000001 10010100 1001010 111000 0 101010 11100001 111011 100100

Color Harmonies of #264194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264194

Black with #264194

Text Example


Text Example

White with #264194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264194; }

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

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

background-color css

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

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

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

border-color css

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

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

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