Html Css Color HEX #264A9D Tory Blue

📋 copy color: '#264A9D'

red 38 ◦ green 74 ◦ blue 157

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

Shades of Tory Blue #264A9D

Tints of Tory Blue #264A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.36%

R = 14.13%
G = 27.51%
B = 58.36%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#264A9D (or 0x264A9D) is known color: Tory Blue. HEX triplet: 26, 4A and 9D. RGB value is (38,74,157). Sum of RGB (Red+Green+Blue) = 38+74+157=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #264A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264A9D is #D9B562. Grayscale: #484848. Windows color (decimal): -14267747 or 10308134. OLE color: 10308134.

HSL color Cylindrical-coordinate representation of color #264A9D: hue angle of 221.85º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #264A9D is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 74 157 -
CMYK 0.76 0.53 0 0.38
HSL 221.85º 0.61% 0.38% -
HSV(B) 221.85º 0.76% 0.62% -
XYZ 9.33 7.74 32.9 -
YUV 72.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 38 74 157 0.76 0.53 0 0.38 221.85 0.61 0.38
Hex 26 4A 9D 4C 35 0 26 DE 3D 26
Octal 46 112 235 114 65 0 46 336 75 46
Binary 100110 1001010 10011101 1001100 110101 0 100110 11011110 111101 100110

Color Harmonies of #264A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A9D

Black with #264A9D

Text Example


Text Example

White with #264A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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