Html Css Color HEX #234692 Tory Blue

📋 copy color: '#234692'

red 35 ◦ green 70 ◦ blue 146

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

Shades of Tory Blue #234692

Tints of Tory Blue #234692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 13.94%
G = 27.89%
B = 58.17%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234692 (or 0x234692) is known color: Tory Blue. HEX triplet: 23, 46 and 92. RGB value is (35,70,146). Sum of RGB (Red+Green+Blue) = 35+70+146=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #234692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234692 is #DCB96D. Grayscale: #434343. Windows color (decimal): -14465390 or 9586211. OLE color: 9586211.

HSL color Cylindrical-coordinate representation of color #234692: hue angle of 221.08º 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 #234692 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 70 146 -
CMYK 0.76 0.52 0 0.43
HSL 221.08º 0.61% 0.35% -
HSV(B) 221.08º 0.76% 0.57% -
XYZ 8.07 6.81 28.08 -
YUV 68.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 35 70 146 0.76 0.52 0 0.43 221.08 0.61 0.35
Hex 23 46 92 4C 34 0 2B DD 3D 23
Octal 43 106 222 114 64 0 53 335 75 43
Binary 100011 1000110 10010010 1001100 110100 0 101011 11011101 111101 100011

Color Harmonies of #234692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234692

Black with #234692

Text Example


Text Example

White with #234692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234692; }

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

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

background-color css

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

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

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

border-color css

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

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

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