Html Css Color HEX #234595 Tory Blue

📋 copy color: '#234595'

red 35 ◦ green 69 ◦ blue 149

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

Shades of Tory Blue #234595

Tints of Tory Blue #234595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

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

R = 13.83%
G = 27.27%
B = 58.89%

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

#234595 (or 0x234595) is known color: Tory Blue. HEX triplet: 23, 45 and 95. RGB value is (35,69,149). Sum of RGB (Red+Green+Blue) = 35+69+149=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #234595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234595 is #DCBA6A. Grayscale: #434343. Windows color (decimal): -14465643 or 9782563. OLE color: 9782563.

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

Color convert

RGB 35 69 149 -
CMYK 0.77 0.54 0 0.42
HSL 222.11º 0.62% 0.36% -
HSV(B) 222.11º 0.77% 0.58% -
XYZ 8.25 6.78 29.31 -
YUV 67.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 35 69 149 0.77 0.54 0 0.42 222.11 0.62 0.36
Hex 23 45 95 4D 36 0 2A DE 3E 24
Octal 43 105 225 115 66 0 52 336 76 44
Binary 100011 1000101 10010101 1001101 110110 0 101010 11011110 111110 100100

Color Harmonies of #234595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234595

Black with #234595

Text Example


Text Example

White with #234595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234595; }

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

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

background-color css

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

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

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

border-color css

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

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

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