Html Css Color HEX #23489B Tory Blue

📋 copy color: '#23489B'

red 35 ◦ green 72 ◦ blue 155

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

Shades of Tory Blue #23489B

Tints of Tory Blue #23489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 155 (60.94% from 255) = 59.16%

R = 13.36%
G = 27.48%
B = 59.16%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23489B (or 0x23489B) is known color: Tory Blue. HEX triplet: 23, 48 and 9B. RGB value is (35,72,155). Sum of RGB (Red+Green+Blue) = 35+72+155=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #23489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23489B is #DCB764. Grayscale: #464646. Windows color (decimal): -14464869 or 10176547. OLE color: 10176547.

HSL color Cylindrical-coordinate representation of color #23489B: hue angle of 221.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23489B is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 72 155 -
CMYK 0.77 0.54 0 0.39
HSL 221.5º 0.63% 0.37% -
HSV(B) 221.5º 0.77% 0.61% -
XYZ 8.93 7.36 31.96 -
YUV 70.4 175.74 102.75 -
System Red Green Blue C M Y K H S L
Decimal 35 72 155 0.77 0.54 0 0.39 221.5 0.63 0.37
Hex 23 48 9B 4D 36 0 27 DE 3F 25
Octal 43 110 233 115 66 0 47 336 77 45
Binary 100011 1001000 10011011 1001101 110110 0 100111 11011110 111111 100101

Color Harmonies of #23489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23489B

Black with #23489B

Text Example


Text Example

White with #23489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23489B; }

 p { color: rgb(35,72,155); }

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

background-color css

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

 a { background-color: rgb(35,72,155); }

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

border-color css

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

 span { border-color: rgb(35,72,155); }

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