Html Css Color HEX #264398 Tory Blue

📋 copy color: '#264398'

red 38 ◦ green 67 ◦ blue 152

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

Shades of Tory Blue #264398

Tints of Tory Blue #264398

RGB

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

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

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

R = 14.79%
G = 26.07%
B = 59.14%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#264398 (or 0x264398) is known color: Tory Blue. HEX triplet: 26, 43 and 98. RGB value is (38,67,152). Sum of RGB (Red+Green+Blue) = 38+67+152=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #264398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264398 is #D9BC67. Grayscale: #434343. Windows color (decimal): -14269544 or 9978662. OLE color: 9978662.

HSL color Cylindrical-coordinate representation of color #264398: hue angle of 224.74º 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 #264398 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 67 152 -
CMYK 0.75 0.56 0 0.40
HSL 224.74º 0.6% 0.37% -
HSV(B) 224.74º 0.75% 0.6% -
XYZ 8.47 6.69 30.55 -
YUV 68.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 38 67 152 0.75 0.56 0 0.40 224.74 0.6 0.37
Hex 26 43 98 4B 38 0 28 E1 3C 25
Octal 46 103 230 113 70 0 50 341 74 45
Binary 100110 1000011 10011000 1001011 111000 0 101000 11100001 111100 100101

Color Harmonies of #264398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264398

Black with #264398

Text Example


Text Example

White with #264398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264398; }

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

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

background-color css

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

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

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

border-color css

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

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

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