Html Css Color HEX #234493 Tory Blue

📋 copy color: '#234493'

red 35 ◦ green 68 ◦ blue 147

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

Shades of Tory Blue #234493

Tints of Tory Blue #234493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.8%

R = 14%
G = 27.2%
B = 58.8%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#234493 (or 0x234493) is known color: Tory Blue. HEX triplet: 23, 44 and 93. RGB value is (35,68,147). Sum of RGB (Red+Green+Blue) = 35+68+147=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #234493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234493 is #DCBB6C. Grayscale: #424242. Windows color (decimal): -14465901 or 9651235. OLE color: 9651235.

HSL color Cylindrical-coordinate representation of color #234493: hue angle of 222.32º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234493 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 68 147 -
CMYK 0.76 0.54 0 0.42
HSL 222.32º 0.62% 0.36% -
HSV(B) 222.32º 0.76% 0.58% -
XYZ 8.03 6.6 28.45 -
YUV 67.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 35 68 147 0.76 0.54 0 0.42 222.32 0.62 0.36
Hex 23 44 93 4C 36 0 2A DE 3E 24
Octal 43 104 223 114 66 0 52 336 76 44
Binary 100011 1000100 10010011 1001100 110110 0 101010 11011110 111110 100100

Color Harmonies of #234493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234493

Black with #234493

Text Example


Text Example

White with #234493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234493; }

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

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

background-color css

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

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

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

border-color css

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

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

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