Html Css Color HEX #264087 Tory Blue

📋 copy color: '#264087'

red 38 ◦ green 64 ◦ blue 135

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

Shades of Tory Blue #264087

Tints of Tory Blue #264087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27%

 BLUE value IS 135 (53.13% from 255) = 56.96%

R = 16.03%
G = 27%
B = 56.96%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#264087 (or 0x264087) is known color: Tory Blue. HEX triplet: 26, 40 and 87. RGB value is (38,64,135). Sum of RGB (Red+Green+Blue) = 38+64+135=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #264087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264087 is #D9BF78. Grayscale: #404040. Windows color (decimal): -14270329 or 8863782. OLE color: 8863782.

HSL color Cylindrical-coordinate representation of color #264087: hue angle of 223.92º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264087 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 64 135 -
CMYK 0.72 0.53 0 0.47
HSL 223.92º 0.56% 0.34% -
HSV(B) 223.92º 0.72% 0.53% -
XYZ 7.01 5.83 23.68 -
YUV 64.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 38 64 135 0.72 0.53 0 0.47 223.92 0.56 0.34
Hex 26 40 87 48 35 0 2F E0 38 22
Octal 46 100 207 110 65 0 57 340 70 42
Binary 100110 1000000 10000111 1001000 110101 0 101111 11100000 111000 100010

Color Harmonies of #264087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264087

Black with #264087

Text Example


Text Example

White with #264087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264087; }

 p { color: rgb(38,64,135); }

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

background-color css

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

 a { background-color: rgb(38,64,135); }

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

border-color css

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

 span { border-color: rgb(38,64,135); }

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