Html Css Color HEX #234590 Tory Blue

📋 copy color: '#234590'

red 35 ◦ green 69 ◦ blue 144

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

Shades of Tory Blue #234590

Tints of Tory Blue #234590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

 BLUE value IS 144 (56.64% from 255) = 58.06%

R = 14.11%
G = 27.82%
B = 58.06%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#234590 (or 0x234590) is known color: Tory Blue. HEX triplet: 23, 45 and 90. RGB value is (35,69,144). Sum of RGB (Red+Green+Blue) = 35+69+144=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #234590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234590 is #DCBA6F. Grayscale: #434343. Windows color (decimal): -14465648 or 9454883. OLE color: 9454883.

HSL color Cylindrical-coordinate representation of color #234590: hue angle of 221.28º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234590 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 69 144 -
CMYK 0.76 0.52 0 0.44
HSL 221.28º 0.61% 0.35% -
HSV(B) 221.28º 0.76% 0.56% -
XYZ 7.86 6.63 27.25 -
YUV 67.38 171.24 104.9 -
System Red Green Blue C M Y K H S L
Decimal 35 69 144 0.76 0.52 0 0.44 221.28 0.61 0.35
Hex 23 45 90 4C 34 0 2C DD 3D 23
Octal 43 105 220 114 64 0 54 335 75 43
Binary 100011 1000101 10010000 1001100 110100 0 101100 11011101 111101 100011

Color Harmonies of #234590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234590

Black with #234590

Text Example


Text Example

White with #234590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234590; }

 p { color: rgb(35,69,144); }

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

background-color css

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

 a { background-color: rgb(35,69,144); }

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

border-color css

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

 span { border-color: rgb(35,69,144); }

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