Html Css Color HEX #264089 Tory Blue

📋 copy color: '#264089'

red 38 ◦ green 64 ◦ blue 137

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

Shades of Tory Blue #264089

Tints of Tory Blue #264089

RGB

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

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

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

R = 15.9%
G = 26.78%
B = 57.32%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#264089 (or 0x264089) is known color: Tory Blue. HEX triplet: 26, 40 and 89. RGB value is (38,64,137). Sum of RGB (Red+Green+Blue) = 38+64+137=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #264089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264089 is #D9BF76. Grayscale: #404040. Windows color (decimal): -14270327 or 8994854. OLE color: 8994854.

HSL color Cylindrical-coordinate representation of color #264089: hue angle of 224.24º 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 #264089 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 64 137 -
CMYK 0.72 0.53 0 0.46
HSL 224.24º 0.57% 0.34% -
HSV(B) 224.24º 0.72% 0.54% -
XYZ 7.15 5.89 24.43 -
YUV 64.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 38 64 137 0.72 0.53 0 0.46 224.24 0.57 0.34
Hex 26 40 89 48 35 0 2E E0 39 22
Octal 46 100 211 110 65 0 56 340 71 42
Binary 100110 1000000 10001001 1001000 110101 0 101110 11100000 111001 100010

Color Harmonies of #264089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264089

Black with #264089

Text Example


Text Example

White with #264089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264089; }

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

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

background-color css

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

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

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

border-color css

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

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

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