Html Css Color HEX #234798 Tory Blue

📋 copy color: '#234798'

red 35 ◦ green 71 ◦ blue 152

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

Shades of Tory Blue #234798

Tints of Tory Blue #234798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.91%

R = 13.57%
G = 27.52%
B = 58.91%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#234798 (or 0x234798) is known color: Tory Blue. HEX triplet: 23, 47 and 98. RGB value is (35,71,152). Sum of RGB (Red+Green+Blue) = 35+71+152=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #234798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234798 is #DCB867. Grayscale: #454545. Windows color (decimal): -14465128 or 9979683. OLE color: 9979683.

HSL color Cylindrical-coordinate representation of color #234798: hue angle of 221.54º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234798 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 71 152 -
CMYK 0.77 0.53 0 0.40
HSL 221.54º 0.63% 0.37% -
HSV(B) 221.54º 0.77% 0.6% -
XYZ 8.61 7.13 30.63 -
YUV 69.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 35 71 152 0.77 0.53 0 0.40 221.54 0.63 0.37
Hex 23 47 98 4D 35 0 28 DE 3F 25
Octal 43 107 230 115 65 0 50 336 77 45
Binary 100011 1000111 10011000 1001101 110101 0 101000 11011110 111111 100101

Color Harmonies of #234798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234798

Black with #234798

Text Example


Text Example

White with #234798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234798; }

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

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

background-color css

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

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

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

border-color css

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

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

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