Html Css Color HEX #234495 Tory Blue

📋 copy color: '#234495'

red 35 ◦ green 68 ◦ blue 149

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

Shades of Tory Blue #234495

Tints of Tory Blue #234495

RGB

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

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

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

R = 13.89%
G = 26.98%
B = 59.13%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#234495 (or 0x234495) is known color: Tory Blue. HEX triplet: 23, 44 and 95. RGB value is (35,68,149). Sum of RGB (Red+Green+Blue) = 35+68+149=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #234495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234495 is #DCBB6A. Grayscale: #434343. Windows color (decimal): -14465899 or 9782307. OLE color: 9782307.

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

Color convert

RGB 35 68 149 -
CMYK 0.77 0.54 0 0.42
HSL 222.63º 0.62% 0.36% -
HSV(B) 222.63º 0.77% 0.58% -
XYZ 8.19 6.66 29.29 -
YUV 67.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 35 68 149 0.77 0.54 0 0.42 222.63 0.62 0.36
Hex 23 44 95 4D 36 0 2A DF 3E 24
Octal 43 104 225 115 66 0 52 337 76 44
Binary 100011 1000100 10010101 1001101 110110 0 101010 11011111 111110 100100

Color Harmonies of #234495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234495

Black with #234495

Text Example


Text Example

White with #234495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234495; }

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

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

background-color css

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

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

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

border-color css

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

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

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