Html Css Color HEX #234290 Tory Blue

📋 copy color: '#234290'

red 35 ◦ green 66 ◦ blue 144

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

Shades of Tory Blue #234290

Tints of Tory Blue #234290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

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

R = 14.29%
G = 26.94%
B = 58.78%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#234290 (or 0x234290) is known color: Tory Blue. HEX triplet: 23, 42 and 90. RGB value is (35,66,144). Sum of RGB (Red+Green+Blue) = 35+66+144=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #234290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234290 is #DCBD6F. Grayscale: #414141. Windows color (decimal): -14466416 or 9454115. OLE color: 9454115.

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

Color convert

RGB 35 66 144 -
CMYK 0.76 0.54 0 0.44
HSL 222.94º 0.61% 0.35% -
HSV(B) 222.94º 0.76% 0.56% -
XYZ 7.68 6.27 27.19 -
YUV 65.62 172.23 106.16 -
System Red Green Blue C M Y K H S L
Decimal 35 66 144 0.76 0.54 0 0.44 222.94 0.61 0.35
Hex 23 42 90 4C 36 0 2C DF 3D 23
Octal 43 102 220 114 66 0 54 337 75 43
Binary 100011 1000010 10010000 1001100 110110 0 101100 11011111 111101 100011

Color Harmonies of #234290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234290

Black with #234290

Text Example


Text Example

White with #234290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234290; }

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

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

background-color css

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

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

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

border-color css

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

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

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