Html Css Color HEX #264394 Tory Blue

📋 copy color: '#264394'

red 38 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #264394

Tints of Tory Blue #264394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 15.02%
G = 26.48%
B = 58.5%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#264394 (or 0x264394) is known color: Tory Blue. HEX triplet: 26, 43 and 94. RGB value is (38,67,148). Sum of RGB (Red+Green+Blue) = 38+67+148=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #264394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264394 is #D9BC6B. Grayscale: #434343. Windows color (decimal): -14269548 or 9716518. OLE color: 9716518.

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

Color convert

RGB 38 67 148 -
CMYK 0.74 0.55 0 0.42
HSL 224.18º 0.59% 0.36% -
HSV(B) 224.18º 0.74% 0.58% -
XYZ 8.15 6.56 28.85 -
YUV 67.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 38 67 148 0.74 0.55 0 0.42 224.18 0.59 0.36
Hex 26 43 94 4A 37 0 2A E0 3B 24
Octal 46 103 224 112 67 0 52 340 73 44
Binary 100110 1000011 10010100 1001010 110111 0 101010 11100000 111011 100100

Color Harmonies of #264394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264394

Black with #264394

Text Example


Text Example

White with #264394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264394; }

 p { color: rgb(38,67,148); }

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

background-color css

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

 a { background-color: rgb(38,67,148); }

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

border-color css

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

 span { border-color: rgb(38,67,148); }

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