Html Css Color HEX #23418E Tory Blue

📋 copy color: '#23418E'

red 35 ◦ green 65 ◦ blue 142

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

Shades of Tory Blue #23418E

Tints of Tory Blue #23418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 142 (55.86% from 255) = 58.68%

R = 14.46%
G = 26.86%
B = 58.68%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23418E (or 0x23418E) is known color: Tory Blue. HEX triplet: 23, 41 and 8E. RGB value is (35,65,142). Sum of RGB (Red+Green+Blue) = 35+65+142=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #23418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23418E is #DCBE71. Grayscale: #404040. Windows color (decimal): -14466674 or 9322787. OLE color: 9322787.

HSL color Cylindrical-coordinate representation of color #23418E: hue angle of 223.18º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23418E is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 65 142 -
CMYK 0.75 0.54 0 0.44
HSL 223.18º 0.6% 0.35% -
HSV(B) 223.18º 0.75% 0.56% -
XYZ 7.47 6.09 26.37 -
YUV 64.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 35 65 142 0.75 0.54 0 0.44 223.18 0.6 0.35
Hex 23 41 8E 4B 36 0 2C DF 3C 23
Octal 43 101 216 113 66 0 54 337 74 43
Binary 100011 1000001 10001110 1001011 110110 0 101100 11011111 111100 100011

Color Harmonies of #23418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23418E

Black with #23418E

Text Example


Text Example

White with #23418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23418E; }

 p { color: rgb(35,65,142); }

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

background-color css

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

 a { background-color: rgb(35,65,142); }

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

border-color css

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

 span { border-color: rgb(35,65,142); }

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