Html Css Color HEX #264198 Tory Blue

📋 copy color: '#264198'

red 38 ◦ green 65 ◦ blue 152

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

Shades of Tory Blue #264198

Tints of Tory Blue #264198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 14.9%
G = 25.49%
B = 59.61%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#264198 (or 0x264198) is known color: Tory Blue. HEX triplet: 26, 41 and 98. RGB value is (38,65,152). Sum of RGB (Red+Green+Blue) = 38+65+152=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #264198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264198 is #D9BE67. Grayscale: #424242. Windows color (decimal): -14270056 or 9978150. OLE color: 9978150.

HSL color Cylindrical-coordinate representation of color #264198: hue angle of 225.79º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264198 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 65 152 -
CMYK 0.75 0.57 0 0.40
HSL 225.79º 0.6% 0.37% -
HSV(B) 225.79º 0.75% 0.6% -
XYZ 8.36 6.46 30.51 -
YUV 66.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 38 65 152 0.75 0.57 0 0.40 225.79 0.6 0.37
Hex 26 41 98 4B 39 0 28 E2 3C 25
Octal 46 101 230 113 71 0 50 342 74 45
Binary 100110 1000001 10011000 1001011 111001 0 101000 11100010 111100 100101

Color Harmonies of #264198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264198

Black with #264198

Text Example


Text Example

White with #264198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264198; }

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

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

background-color css

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

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

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

border-color css

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

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

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