Html Css Color HEX #234090 Tory Blue

📋 copy color: '#234090'

red 35 ◦ green 64 ◦ blue 144

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

Shades of Tory Blue #234090

Tints of Tory Blue #234090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

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

R = 14.4%
G = 26.34%
B = 59.26%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#234090 (or 0x234090) is known color: Tory Blue. HEX triplet: 23, 40 and 90. RGB value is (35,64,144). Sum of RGB (Red+Green+Blue) = 35+64+144=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #234090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234090 is #DCBF6F. Grayscale: #404040. Windows color (decimal): -14466928 or 9453603. OLE color: 9453603.

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

Color convert

RGB 35 64 144 -
CMYK 0.76 0.56 0 0.44
HSL 224.04º 0.61% 0.35% -
HSV(B) 224.04º 0.76% 0.56% -
XYZ 7.56 6.04 27.15 -
YUV 64.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 35 64 144 0.76 0.56 0 0.44 224.04 0.61 0.35
Hex 23 40 90 4C 38 0 2C E0 3D 23
Octal 43 100 220 114 70 0 54 340 75 43
Binary 100011 1000000 10010000 1001100 111000 0 101100 11100000 111101 100011

Color Harmonies of #234090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234090

Black with #234090

Text Example


Text Example

White with #234090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234090; }

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

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

background-color css

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

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

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

border-color css

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

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

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