Html Css Color HEX #234394 Tory Blue

📋 copy color: '#234394'

red 35 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #234394

Tints of Tory Blue #234394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 14%
G = 26.8%
B = 59.2%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#234394 (or 0x234394) is known color: Tory Blue. HEX triplet: 23, 43 and 94. RGB value is (35,67,148). Sum of RGB (Red+Green+Blue) = 35+67+148=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #234394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234394 is #DCBC6B. Grayscale: #424242. Windows color (decimal): -14466156 or 9716515. OLE color: 9716515.

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

Color convert

RGB 35 67 148 -
CMYK 0.76 0.55 0 0.42
HSL 223.01º 0.62% 0.36% -
HSV(B) 223.01º 0.76% 0.58% -
XYZ 8.05 6.51 28.85 -
YUV 66.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 35 67 148 0.76 0.55 0 0.42 223.01 0.62 0.36
Hex 23 43 94 4C 37 0 2A DF 3E 24
Octal 43 103 224 114 67 0 52 337 76 44
Binary 100011 1000011 10010100 1001100 110111 0 101010 11011111 111110 100100

Color Harmonies of #234394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234394

Black with #234394

Text Example


Text Example

White with #234394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234394; }

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

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

background-color css

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

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

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

border-color css

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

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

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