Html Css Color HEX #23408D Tory Blue

📋 copy color: '#23408D'

red 35 ◦ green 64 ◦ blue 141

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

Shades of Tory Blue #23408D

Tints of Tory Blue #23408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 14.58%
G = 26.67%
B = 58.75%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23408D (or 0x23408D) is known color: Tory Blue. HEX triplet: 23, 40 and 8D. RGB value is (35,64,141). Sum of RGB (Red+Green+Blue) = 35+64+141=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #23408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23408D is #DCBF72. Grayscale: #3F3F3F. Windows color (decimal): -14466931 or 9256995. OLE color: 9256995.

HSL color Cylindrical-coordinate representation of color #23408D: hue angle of 223.58º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23408D is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 64 141 -
CMYK 0.75 0.55 0 0.45
HSL 223.58º 0.6% 0.35% -
HSV(B) 223.58º 0.75% 0.55% -
XYZ 7.33 5.95 25.96 -
YUV 64.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 35 64 141 0.75 0.55 0 0.45 223.58 0.6 0.35
Hex 23 40 8D 4B 37 0 2D E0 3C 23
Octal 43 100 215 113 67 0 55 340 74 43
Binary 100011 1000000 10001101 1001011 110111 0 101101 11100000 111100 100011

Color Harmonies of #23408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23408D

Black with #23408D

Text Example


Text Example

White with #23408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23408D; }

 p { color: rgb(35,64,141); }

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

background-color css

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

 a { background-color: rgb(35,64,141); }

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

border-color css

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

 span { border-color: rgb(35,64,141); }

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