Html Css Color HEX #234191 Tory Blue

📋 copy color: '#234191'

red 35 ◦ green 65 ◦ blue 145

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

Shades of Tory Blue #234191

Tints of Tory Blue #234191

RGB

 RED value IS 35 (14.06% from 255) = 14.29%

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 145 (57.03% from 255) = 59.18%

R = 14.29%
G = 26.53%
B = 59.18%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234191 (or 0x234191) is known color: Tory Blue. HEX triplet: 23, 41 and 91. RGB value is (35,65,145). Sum of RGB (Red+Green+Blue) = 35+65+145=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #234191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234191 is #DCBE6E. Grayscale: #404040. Windows color (decimal): -14466671 or 9519395. OLE color: 9519395.

HSL color Cylindrical-coordinate representation of color #234191: hue angle of 223.64º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234191 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 65 145 -
CMYK 0.76 0.55 0 0.43
HSL 223.64º 0.61% 0.35% -
HSV(B) 223.64º 0.76% 0.57% -
XYZ 7.69 6.18 27.58 -
YUV 65.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 35 65 145 0.76 0.55 0 0.43 223.64 0.61 0.35
Hex 23 41 91 4C 37 0 2B E0 3D 23
Octal 43 101 221 114 67 0 53 340 75 43
Binary 100011 1000001 10010001 1001100 110111 0 101011 11100000 111101 100011

Color Harmonies of #234191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234191

Black with #234191

Text Example


Text Example

White with #234191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234191; }

 p { color: rgb(35,65,145); }

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

background-color css

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

 a { background-color: rgb(35,65,145); }

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

border-color css

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

 span { border-color: rgb(35,65,145); }

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