Html Css Color HEX #234794 Tory Blue

📋 copy color: '#234794'

red 35 ◦ green 71 ◦ blue 148

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

Shades of Tory Blue #234794

Tints of Tory Blue #234794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.27%

R = 13.78%
G = 27.95%
B = 58.27%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#234794 (or 0x234794) is known color: Tory Blue. HEX triplet: 23, 47 and 94. RGB value is (35,71,148). Sum of RGB (Red+Green+Blue) = 35+71+148=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #234794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234794 is #DCB86B. Grayscale: #444444. Windows color (decimal): -14465132 or 9717539. OLE color: 9717539.

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

Color convert

RGB 35 71 148 -
CMYK 0.76 0.52 0 0.42
HSL 220.89º 0.62% 0.36% -
HSV(B) 220.89º 0.76% 0.58% -
XYZ 8.29 7 28.93 -
YUV 69.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 35 71 148 0.76 0.52 0 0.42 220.89 0.62 0.36
Hex 23 47 94 4C 34 0 2A DD 3E 24
Octal 43 107 224 114 64 0 52 335 76 44
Binary 100011 1000111 10010100 1001100 110100 0 101010 11011101 111110 100100

Color Harmonies of #234794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234794

Black with #234794

Text Example


Text Example

White with #234794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234794; }

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

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

background-color css

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

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

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

border-color css

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

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

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