Html Css Color HEX #264898 Tory Blue

📋 copy color: '#264898'

red 38 ◦ green 72 ◦ blue 152

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

Shades of Tory Blue #264898

Tints of Tory Blue #264898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 152 (59.77% from 255) = 58.02%

R = 14.5%
G = 27.48%
B = 58.02%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#264898 (or 0x264898) is known color: Tory Blue. HEX triplet: 26, 48 and 98. RGB value is (38,72,152). Sum of RGB (Red+Green+Blue) = 38+72+152=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #264898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264898 is #D9B767. Grayscale: #464646. Windows color (decimal): -14268264 or 9979942. OLE color: 9979942.

HSL color Cylindrical-coordinate representation of color #264898: hue angle of 222.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264898 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 72 152 -
CMYK 0.75 0.53 0 0.40
HSL 222.11º 0.6% 0.37% -
HSV(B) 222.11º 0.75% 0.6% -
XYZ 8.78 7.31 30.65 -
YUV 70.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 38 72 152 0.75 0.53 0 0.40 222.11 0.6 0.37
Hex 26 48 98 4B 35 0 28 DE 3C 25
Octal 46 110 230 113 65 0 50 336 74 45
Binary 100110 1001000 10011000 1001011 110101 0 101000 11011110 111100 100101

Color Harmonies of #264898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264898

Black with #264898

Text Example


Text Example

White with #264898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264898; }

 p { color: rgb(38,72,152); }

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

background-color css

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

 a { background-color: rgb(38,72,152); }

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

border-color css

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

 span { border-color: rgb(38,72,152); }

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