Html Css Color HEX #234792 Tory Blue

📋 copy color: '#234792'

red 35 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #234792

Tints of Tory Blue #234792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

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

R = 13.89%
G = 28.17%
B = 57.94%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234792 (or 0x234792) is known color: Tory Blue. HEX triplet: 23, 47 and 92. RGB value is (35,71,146). Sum of RGB (Red+Green+Blue) = 35+71+146=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #234792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234792 is #DCB86D. Grayscale: #444444. Windows color (decimal): -14465134 or 9586467. OLE color: 9586467.

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

Color convert

RGB 35 71 146 -
CMYK 0.76 0.51 0 0.43
HSL 220.54º 0.61% 0.35% -
HSV(B) 220.54º 0.76% 0.57% -
XYZ 8.13 6.94 28.1 -
YUV 68.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 35 71 146 0.76 0.51 0 0.43 220.54 0.61 0.35
Hex 23 47 92 4C 33 0 2B DD 3D 23
Octal 43 107 222 114 63 0 53 335 75 43
Binary 100011 1000111 10010010 1001100 110011 0 101011 11011101 111101 100011

Color Harmonies of #234792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234792

Black with #234792

Text Example


Text Example

White with #234792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234792; }

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

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

background-color css

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

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

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

border-color css

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

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

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