Html Css Color HEX #234393 Tory Blue

📋 copy color: '#234393'

red 35 ◦ green 67 ◦ blue 147

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

Shades of Tory Blue #234393

Tints of Tory Blue #234393

RGB

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

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

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

R = 14.06%
G = 26.91%
B = 59.04%

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

#234393 (or 0x234393) is known color: Tory Blue. HEX triplet: 23, 43 and 93. RGB value is (35,67,147). Sum of RGB (Red+Green+Blue) = 35+67+147=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #234393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234393 is #DCBC6C. Grayscale: #424242. Windows color (decimal): -14466157 or 9650979. OLE color: 9650979.

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

Color convert

RGB 35 67 147 -
CMYK 0.76 0.54 0 0.42
HSL 222.86º 0.62% 0.36% -
HSV(B) 222.86º 0.76% 0.58% -
XYZ 7.97 6.48 28.43 -
YUV 66.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 35 67 147 0.76 0.54 0 0.42 222.86 0.62 0.36
Hex 23 43 93 4C 36 0 2A DF 3E 24
Octal 43 103 223 114 66 0 52 337 76 44
Binary 100011 1000011 10010011 1001100 110110 0 101010 11011111 111110 100100

Color Harmonies of #234393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234393

Black with #234393

Text Example


Text Example

White with #234393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234393; }

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

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

background-color css

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

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

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

border-color css

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

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

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