Html Css Color HEX #234295 Tory Blue

📋 copy color: '#234295'

red 35 ◦ green 66 ◦ blue 149

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

Shades of Tory Blue #234295

Tints of Tory Blue #234295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 14%
G = 26.4%
B = 59.6%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#234295 (or 0x234295) is known color: Tory Blue. HEX triplet: 23, 42 and 95. RGB value is (35,66,149). Sum of RGB (Red+Green+Blue) = 35+66+149=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #234295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234295 is #DCBD6A. Grayscale: #414141. Windows color (decimal): -14466411 or 9781795. OLE color: 9781795.

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

Color convert

RGB 35 66 149 -
CMYK 0.77 0.56 0 0.42
HSL 223.68º 0.62% 0.36% -
HSV(B) 223.68º 0.77% 0.58% -
XYZ 8.07 6.42 29.25 -
YUV 66.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 35 66 149 0.77 0.56 0 0.42 223.68 0.62 0.36
Hex 23 42 95 4D 38 0 2A E0 3E 24
Octal 43 102 225 115 70 0 52 340 76 44
Binary 100011 1000010 10010101 1001101 111000 0 101010 11100000 111110 100100

Color Harmonies of #234295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234295

Black with #234295

Text Example


Text Example

White with #234295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234295; }

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

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

background-color css

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

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

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

border-color css

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

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

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