Html Css Color HEX #234498 Tory Blue

📋 copy color: '#234498'

red 35 ◦ green 68 ◦ blue 152

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

Shades of Tory Blue #234498

Tints of Tory Blue #234498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 13.73%
G = 26.67%
B = 59.61%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#234498 (or 0x234498) is known color: Tory Blue. HEX triplet: 23, 44 and 98. RGB value is (35,68,152). Sum of RGB (Red+Green+Blue) = 35+68+152=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #234498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234498 is #DCBB67. Grayscale: #434343. Windows color (decimal): -14465896 or 9978915. OLE color: 9978915.

HSL color Cylindrical-coordinate representation of color #234498: hue angle of 223.08º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234498 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 68 152 -
CMYK 0.77 0.55 0 0.40
HSL 223.08º 0.63% 0.37% -
HSV(B) 223.08º 0.77% 0.6% -
XYZ 8.43 6.76 30.57 -
YUV 67.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 35 68 152 0.77 0.55 0 0.40 223.08 0.63 0.37
Hex 23 44 98 4D 37 0 28 DF 3F 25
Octal 43 104 230 115 67 0 50 337 77 45
Binary 100011 1000100 10011000 1001101 110111 0 101000 11011111 111111 100101

Color Harmonies of #234498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234498

Black with #234498

Text Example


Text Example

White with #234498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234498; }

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

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

background-color css

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

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

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

border-color css

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

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

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