Html Css Color HEX #264A93 Tory Blue

📋 copy color: '#264A93'

red 38 ◦ green 74 ◦ blue 147

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

Shades of Tory Blue #264A93

Tints of Tory Blue #264A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 147 (57.81% from 255) = 56.76%

R = 14.67%
G = 28.57%
B = 56.76%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#264A93 (or 0x264A93) is known color: Tory Blue. HEX triplet: 26, 4A and 93. RGB value is (38,74,147). Sum of RGB (Red+Green+Blue) = 38+74+147=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #264A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264A93 is #D9B56C. Grayscale: #474747. Windows color (decimal): -14267757 or 9652774. OLE color: 9652774.

HSL color Cylindrical-coordinate representation of color #264A93: hue angle of 220.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 #264A93 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 74 147 -
CMYK 0.74 0.50 0 0.42
HSL 220.18º 0.59% 0.36% -
HSV(B) 220.18º 0.74% 0.58% -
XYZ 8.51 7.42 28.59 -
YUV 71.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 38 74 147 0.74 0.50 0 0.42 220.18 0.59 0.36
Hex 26 4A 93 4A 32 0 2A DC 3B 24
Octal 46 112 223 112 62 0 52 334 73 44
Binary 100110 1001010 10010011 1001010 110010 0 101010 11011100 111011 100100

Color Harmonies of #264A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A93

Black with #264A93

Text Example


Text Example

White with #264A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264A93; }

 p { color: rgb(38,74,147); }

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

background-color css

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

 a { background-color: rgb(38,74,147); }

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

border-color css

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

 span { border-color: rgb(38,74,147); }

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