Html Css Color HEX #23459A Tory Blue

📋 copy color: '#23459A'

red 35 ◦ green 69 ◦ blue 154

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

Shades of Tory Blue #23459A

Tints of Tory Blue #23459A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59.69%

R = 13.57%
G = 26.74%
B = 59.69%

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

#23459A (or 0x23459A) is known color: Tory Blue. HEX triplet: 23, 45 and 9A. RGB value is (35,69,154). Sum of RGB (Red+Green+Blue) = 35+69+154=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #23459A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23459A is #DCBA65. Grayscale: #444444. Windows color (decimal): -14465638 or 10110243. OLE color: 10110243.

HSL color Cylindrical-coordinate representation of color #23459A: hue angle of 222.86º 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 #23459A is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 69 154 -
CMYK 0.77 0.55 0 0.40
HSL 222.86º 0.63% 0.37% -
HSV(B) 222.86º 0.77% 0.6% -
XYZ 8.65 6.95 31.46 -
YUV 68.52 176.24 104.09 -
System Red Green Blue C M Y K H S L
Decimal 35 69 154 0.77 0.55 0 0.40 222.86 0.63 0.37
Hex 23 45 9A 4D 37 0 28 DF 3F 25
Octal 43 105 232 115 67 0 50 337 77 45
Binary 100011 1000101 10011010 1001101 110111 0 101000 11011111 111111 100101

Color Harmonies of #23459A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23459A

Black with #23459A

Text Example


Text Example

White with #23459A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23459A; }

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

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

background-color css

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

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

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

border-color css

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

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

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