Html Css Color HEX #264598 Tory Blue

📋 copy color: '#264598'

red 38 ◦ green 69 ◦ blue 152

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

Shades of Tory Blue #264598

Tints of Tory Blue #264598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 14.67%
G = 26.64%
B = 58.69%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#264598 (or 0x264598) is known color: Tory Blue. HEX triplet: 26, 45 and 98. RGB value is (38,69,152). Sum of RGB (Red+Green+Blue) = 38+69+152=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #264598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264598 is #D9BA67. Grayscale: #444444. Windows color (decimal): -14269032 or 9979174. OLE color: 9979174.

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

Color convert

RGB 38 69 152 -
CMYK 0.75 0.55 0 0.40
HSL 223.68º 0.6% 0.37% -
HSV(B) 223.68º 0.75% 0.6% -
XYZ 8.59 6.94 30.59 -
YUV 69.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 38 69 152 0.75 0.55 0 0.40 223.68 0.6 0.37
Hex 26 45 98 4B 37 0 28 E0 3C 25
Octal 46 105 230 113 67 0 50 340 74 45
Binary 100110 1000101 10011000 1001011 110111 0 101000 11100000 111100 100101

Color Harmonies of #264598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264598

Black with #264598

Text Example


Text Example

White with #264598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264598; }

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

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

background-color css

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

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

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

border-color css

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

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

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