Html Css Color HEX #264397 Tory Blue

📋 copy color: '#264397'

red 38 ◦ green 67 ◦ blue 151

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

Shades of Tory Blue #264397

Tints of Tory Blue #264397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 14.84%
G = 26.17%
B = 58.98%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#264397 (or 0x264397) is known color: Tory Blue. HEX triplet: 26, 43 and 97. RGB value is (38,67,151). Sum of RGB (Red+Green+Blue) = 38+67+151=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #264397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264397 is #D9BC68. Grayscale: #434343. Windows color (decimal): -14269545 or 9913126. OLE color: 9913126.

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

Color convert

RGB 38 67 151 -
CMYK 0.75 0.56 0 0.41
HSL 224.6º 0.6% 0.37% -
HSV(B) 224.6º 0.75% 0.59% -
XYZ 8.39 6.66 30.12 -
YUV 67.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 38 67 151 0.75 0.56 0 0.41 224.6 0.6 0.37
Hex 26 43 97 4B 38 0 29 E1 3C 25
Octal 46 103 227 113 70 0 51 341 74 45
Binary 100110 1000011 10010111 1001011 111000 0 101001 11100001 111100 100101

Color Harmonies of #264397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264397

Black with #264397

Text Example


Text Example

White with #264397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264397; }

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

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

background-color css

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

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

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

border-color css

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

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

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