Html Css Color HEX #234196 Tory Blue

📋 copy color: '#234196'

red 35 ◦ green 65 ◦ blue 150

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

Shades of Tory Blue #234196

Tints of Tory Blue #234196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60%

R = 14%
G = 26%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#234196 (or 0x234196) is known color: Tory Blue. HEX triplet: 23, 41 and 96. RGB value is (35,65,150). Sum of RGB (Red+Green+Blue) = 35+65+150=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #234196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234196 is #DCBE69. Grayscale: #414141. Windows color (decimal): -14466666 or 9847075. OLE color: 9847075.

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

Color convert

RGB 35 65 150 -
CMYK 0.77 0.57 0 0.41
HSL 224.35º 0.62% 0.36% -
HSV(B) 224.35º 0.77% 0.59% -
XYZ 8.09 6.34 29.65 -
YUV 65.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 35 65 150 0.77 0.57 0 0.41 224.35 0.62 0.36
Hex 23 41 96 4D 39 0 29 E0 3E 24
Octal 43 101 226 115 71 0 51 340 76 44
Binary 100011 1000001 10010110 1001101 111001 0 101001 11100000 111110 100100

Color Harmonies of #234196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234196

Black with #234196

Text Example


Text Example

White with #234196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234196; }

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

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

background-color css

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

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

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

border-color css

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

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

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