Html Css Color HEX #264690 Tory Blue

📋 copy color: '#264690'

red 38 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #264690

Tints of Tory Blue #264690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 15.08%
G = 27.78%
B = 57.14%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#264690 (or 0x264690) is known color: Tory Blue. HEX triplet: 26, 46 and 90. RGB value is (38,70,144). Sum of RGB (Red+Green+Blue) = 38+70+144=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #264690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264690 is #D9B96F. Grayscale: #444444. Windows color (decimal): -14268784 or 9455142. OLE color: 9455142.

HSL color Cylindrical-coordinate representation of color #264690: hue angle of 221.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264690 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 70 144 -
CMYK 0.74 0.51 0 0.44
HSL 221.89º 0.58% 0.36% -
HSV(B) 221.89º 0.74% 0.56% -
XYZ 8.02 6.81 27.28 -
YUV 68.87 170.4 105.98 -
System Red Green Blue C M Y K H S L
Decimal 38 70 144 0.74 0.51 0 0.44 221.89 0.58 0.36
Hex 26 46 90 4A 33 0 2C DE 3A 24
Octal 46 106 220 112 63 0 54 336 72 44
Binary 100110 1000110 10010000 1001010 110011 0 101100 11011110 111010 100100

Color Harmonies of #264690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264690

Black with #264690

Text Example


Text Example

White with #264690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264690; }

 p { color: rgb(38,70,144); }

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

background-color css

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

 a { background-color: rgb(38,70,144); }

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

border-color css

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

 span { border-color: rgb(38,70,144); }

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