Html Css Color HEX #234390 Tory Blue

📋 copy color: '#234390'

red 35 ◦ green 67 ◦ blue 144

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

Shades of Tory Blue #234390

Tints of Tory Blue #234390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.24%

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

R = 14.23%
G = 27.24%
B = 58.54%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#234390 (or 0x234390) is known color: Tory Blue. HEX triplet: 23, 43 and 90. RGB value is (35,67,144). Sum of RGB (Red+Green+Blue) = 35+67+144=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #234390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234390 is #DCBC6F. Grayscale: #414141. Windows color (decimal): -14466160 or 9454371. OLE color: 9454371.

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

Color convert

RGB 35 67 144 -
CMYK 0.76 0.53 0 0.44
HSL 222.39º 0.61% 0.35% -
HSV(B) 222.39º 0.76% 0.56% -
XYZ 7.73 6.39 27.21 -
YUV 66.21 171.9 105.74 -
System Red Green Blue C M Y K H S L
Decimal 35 67 144 0.76 0.53 0 0.44 222.39 0.61 0.35
Hex 23 43 90 4C 35 0 2C DE 3D 23
Octal 43 103 220 114 65 0 54 336 75 43
Binary 100011 1000011 10010000 1001100 110101 0 101100 11011110 111101 100011

Color Harmonies of #234390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234390

Black with #234390

Text Example


Text Example

White with #234390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234390; }

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

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

background-color css

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

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

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

border-color css

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

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

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