Html Css Color HEX #234195 Tory Blue

📋 copy color: '#234195'

red 35 ◦ green 65 ◦ blue 149

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

Shades of Tory Blue #234195

Tints of Tory Blue #234195

RGB

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

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

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

R = 14.06%
G = 26.1%
B = 59.84%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#234195 (or 0x234195) is known color: Tory Blue. HEX triplet: 23, 41 and 95. RGB value is (35,65,149). Sum of RGB (Red+Green+Blue) = 35+65+149=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #234195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234195 is #DCBE6A. Grayscale: #414141. Windows color (decimal): -14466667 or 9781539. OLE color: 9781539.

HSL color Cylindrical-coordinate representation of color #234195: hue angle of 224.21º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234195 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 65 149 -
CMYK 0.77 0.56 0 0.42
HSL 224.21º 0.62% 0.36% -
HSV(B) 224.21º 0.77% 0.58% -
XYZ 8.01 6.31 29.23 -
YUV 65.61 175.06 106.17 -
System Red Green Blue C M Y K H S L
Decimal 35 65 149 0.77 0.56 0 0.42 224.21 0.62 0.36
Hex 23 41 95 4D 38 0 2A E0 3E 24
Octal 43 101 225 115 70 0 52 340 76 44
Binary 100011 1000001 10010101 1001101 111000 0 101010 11100000 111110 100100

Color Harmonies of #234195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234195

Black with #234195

Text Example


Text Example

White with #234195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234195; }

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

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

background-color css

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

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

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

border-color css

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

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

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