Html Css Color HEX #264998 Tory Blue

📋 copy color: '#264998'

red 38 ◦ green 73 ◦ blue 152

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

Shades of Tory Blue #264998

Tints of Tory Blue #264998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

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

R = 14.45%
G = 27.76%
B = 57.79%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#264998 (or 0x264998) is known color: Tory Blue. HEX triplet: 26, 49 and 98. RGB value is (38,73,152). Sum of RGB (Red+Green+Blue) = 38+73+152=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #264998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264998 is #D9B667. Grayscale: #474747. Windows color (decimal): -14268008 or 9980198. OLE color: 9980198.

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

Color convert

RGB 38 73 152 -
CMYK 0.75 0.52 0 0.40
HSL 221.58º 0.6% 0.37% -
HSV(B) 221.58º 0.75% 0.6% -
XYZ 8.85 7.44 30.68 -
YUV 71.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 38 73 152 0.75 0.52 0 0.40 221.58 0.6 0.37
Hex 26 49 98 4B 34 0 28 DE 3C 25
Octal 46 111 230 113 64 0 50 336 74 45
Binary 100110 1001001 10011000 1001011 110100 0 101000 11011110 111100 100101

Color Harmonies of #264998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264998

Black with #264998

Text Example


Text Example

White with #264998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264998; }

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

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

background-color css

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

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

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

border-color css

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

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

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