Html Css Color HEX #264289 Tory Blue

📋 copy color: '#264289'

red 38 ◦ green 66 ◦ blue 137

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

Shades of Tory Blue #264289

Tints of Tory Blue #264289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.39%

 BLUE value IS 137 (53.91% from 255) = 56.85%

R = 15.77%
G = 27.39%
B = 56.85%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#264289 (or 0x264289) is known color: Tory Blue. HEX triplet: 26, 42 and 89. RGB value is (38,66,137). Sum of RGB (Red+Green+Blue) = 38+66+137=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #264289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264289 is #D9BD76. Grayscale: #414141. Windows color (decimal): -14269815 or 8995366. OLE color: 8995366.

HSL color Cylindrical-coordinate representation of color #264289: hue angle of 223.03º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264289 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 66 137 -
CMYK 0.72 0.52 0 0.46
HSL 223.03º 0.57% 0.34% -
HSV(B) 223.03º 0.72% 0.54% -
XYZ 7.26 6.11 24.46 -
YUV 65.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 38 66 137 0.72 0.52 0 0.46 223.03 0.57 0.34
Hex 26 42 89 48 34 0 2E DF 39 22
Octal 46 102 211 110 64 0 56 337 71 42
Binary 100110 1000010 10001001 1001000 110100 0 101110 11011111 111001 100010

Color Harmonies of #264289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264289

Black with #264289

Text Example


Text Example

White with #264289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264289; }

 p { color: rgb(38,66,137); }

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

background-color css

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

 a { background-color: rgb(38,66,137); }

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

border-color css

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

 span { border-color: rgb(38,66,137); }

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