Html Css Color HEX #264BA0 Tory Blue

📋 copy color: '#264BA0'

red 38 ◦ green 75 ◦ blue 160

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

Shades of Tory Blue #264BA0

Tints of Tory Blue #264BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.47%

 BLUE value IS 160 (62.89% from 255) = 58.61%

R = 13.92%
G = 27.47%
B = 58.61%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#264BA0 (or 0x264BA0) is known color: Tory Blue. HEX triplet: 26, 4B and A0. RGB value is (38,75,160). Sum of RGB (Red+Green+Blue) = 38+75+160=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #264BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264BA0 is #D9B45F. Grayscale: #494949. Windows color (decimal): -14267488 or 10504998. OLE color: 10504998.

HSL color Cylindrical-coordinate representation of color #264BA0: hue angle of 221.8º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #264BA0 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 38 75 160 -
CMYK 0.76 0.53 0 0.37
HSL 221.8º 0.62% 0.39% -
HSV(B) 221.8º 0.76% 0.63% -
XYZ 9.66 7.98 34.29 -
YUV 73.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 38 75 160 0.76 0.53 0 0.37 221.8 0.62 0.39
Hex 26 4B A0 4C 35 0 25 DE 3E 27
Octal 46 113 240 114 65 0 45 336 76 47
Binary 100110 1001011 10100000 1001100 110101 0 100101 11011110 111110 100111

Color Harmonies of #264BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264BA0

Black with #264BA0

Text Example


Text Example

White with #264BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264BA0; }

 p { color: rgb(38,75,160); }

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

background-color css

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

 a { background-color: rgb(38,75,160); }

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

border-color css

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

 span { border-color: rgb(38,75,160); }

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