Html Css Color HEX #264A9B Tory Blue

📋 copy color: '#264A9B'

red 38 ◦ green 74 ◦ blue 155

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

Shades of Tory Blue #264A9B

Tints of Tory Blue #264A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 14.23%
G = 27.72%
B = 58.05%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#264A9B (or 0x264A9B) is known color: Tory Blue. HEX triplet: 26, 4A and 9B. RGB value is (38,74,155). Sum of RGB (Red+Green+Blue) = 38+74+155=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #264A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264A9B is #D9B564. Grayscale: #484848. Windows color (decimal): -14267749 or 10177062. OLE color: 10177062.

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

Color convert

RGB 38 74 155 -
CMYK 0.75 0.52 0 0.39
HSL 221.54º 0.61% 0.38% -
HSV(B) 221.54º 0.75% 0.61% -
XYZ 9.16 7.68 32.01 -
YUV 72.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 38 74 155 0.75 0.52 0 0.39 221.54 0.61 0.38
Hex 26 4A 9B 4B 34 0 27 DE 3D 26
Octal 46 112 233 113 64 0 47 336 75 46
Binary 100110 1001010 10011011 1001011 110100 0 100111 11011110 111101 100110

Color Harmonies of #264A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A9B

Black with #264A9B

Text Example


Text Example

White with #264A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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