Html Css Color HEX #264395 Tory Blue

📋 copy color: '#264395'

red 38 ◦ green 67 ◦ blue 149

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

Shades of Tory Blue #264395

Tints of Tory Blue #264395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 14.96%
G = 26.38%
B = 58.66%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#264395 (or 0x264395) is known color: Tory Blue. HEX triplet: 26, 43 and 95. RGB value is (38,67,149). Sum of RGB (Red+Green+Blue) = 38+67+149=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #264395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264395 is #D9BC6A. Grayscale: #434343. Windows color (decimal): -14269547 or 9782054. OLE color: 9782054.

HSL color Cylindrical-coordinate representation of color #264395: hue angle of 224.32º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264395 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 67 149 -
CMYK 0.74 0.55 0 0.42
HSL 224.32º 0.59% 0.37% -
HSV(B) 224.32º 0.74% 0.58% -
XYZ 8.23 6.6 29.27 -
YUV 67.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 38 67 149 0.74 0.55 0 0.42 224.32 0.59 0.37
Hex 26 43 95 4A 37 0 2A E0 3B 25
Octal 46 103 225 112 67 0 52 340 73 45
Binary 100110 1000011 10010101 1001010 110111 0 101010 11100000 111011 100101

Color Harmonies of #264395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264395

Black with #264395

Text Example


Text Example

White with #264395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264395; }

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

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

background-color css

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

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

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

border-color css

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

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

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