Html Css Color HEX #234695 Tory Blue

📋 copy color: '#234695'

red 35 ◦ green 70 ◦ blue 149

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

Shades of Tory Blue #234695

Tints of Tory Blue #234695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 13.78%
G = 27.56%
B = 58.66%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#234695 (or 0x234695) is known color: Tory Blue. HEX triplet: 23, 46 and 95. RGB value is (35,70,149). Sum of RGB (Red+Green+Blue) = 35+70+149=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 70 (27.73% from 255 or 27.56% 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 #234695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234695 is #DCB96A. Grayscale: #444444. Windows color (decimal): -14465387 or 9782819. OLE color: 9782819.

HSL color Cylindrical-coordinate representation of color #234695: hue angle of 221.58º 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 #234695 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 70 149 -
CMYK 0.77 0.53 0 0.42
HSL 221.58º 0.62% 0.36% -
HSV(B) 221.58º 0.77% 0.58% -
XYZ 8.31 6.91 29.33 -
YUV 68.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 35 70 149 0.77 0.53 0 0.42 221.58 0.62 0.36
Hex 23 46 95 4D 35 0 2A DE 3E 24
Octal 43 106 225 115 65 0 52 336 76 44
Binary 100011 1000110 10010101 1001101 110101 0 101010 11011110 111110 100100

Color Harmonies of #234695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234695

Black with #234695

Text Example


Text Example

White with #234695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234695; }

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

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

background-color css

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

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

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

border-color css

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

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

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