Html Css Color HEX #234499 Tory Blue

📋 copy color: '#234499'

red 35 ◦ green 68 ◦ blue 153

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

Shades of Tory Blue #234499

Tints of Tory Blue #234499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 13.67%
G = 26.56%
B = 59.77%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#234499 (or 0x234499) is known color: Tory Blue. HEX triplet: 23, 44 and 99. RGB value is (35,68,153). Sum of RGB (Red+Green+Blue) = 35+68+153=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #234499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234499 is #DCBB66. Grayscale: #434343. Windows color (decimal): -14465895 or 10044451. OLE color: 10044451.

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

Color convert

RGB 35 68 153 -
CMYK 0.77 0.56 0 0.4
HSL 223.22º 0.63% 0.37% -
HSV(B) 223.22º 0.77% 0.6% -
XYZ 8.51 6.79 31 -
YUV 67.82 176.07 104.59 -
System Red Green Blue C M Y K H S L
Decimal 35 68 153 0.77 0.56 0 0.4 223.22 0.63 0.37
Hex 23 44 99 4D 38 0 28 DF 3F 25
Octal 43 104 231 115 70 0 50 337 77 45
Binary 100011 1000100 10011001 1001101 111000 0 101000 11011111 111111 100101

Color Harmonies of #234499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234499

Black with #234499

Text Example


Text Example

White with #234499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234499; }

 p { color: rgb(35,68,153); }

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

background-color css

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

 a { background-color: rgb(35,68,153); }

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

border-color css

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

 span { border-color: rgb(35,68,153); }

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