Html Css Color HEX #23448E Tory Blue

📋 copy color: '#23448E'

red 35 ◦ green 68 ◦ blue 142

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

Shades of Tory Blue #23448E

Tints of Tory Blue #23448E

RGB

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

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

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

R = 14.29%
G = 27.76%
B = 57.96%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23448E (or 0x23448E) is known color: Tory Blue. HEX triplet: 23, 44 and 8E. RGB value is (35,68,142). Sum of RGB (Red+Green+Blue) = 35+68+142=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #23448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23448E is #DCBB71. Grayscale: #424242. Windows color (decimal): -14465906 or 9323555. OLE color: 9323555.

HSL color Cylindrical-coordinate representation of color #23448E: hue angle of 221.5º 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 #23448E is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 68 142 -
CMYK 0.75 0.52 0 0.44
HSL 221.5º 0.6% 0.35% -
HSV(B) 221.5º 0.75% 0.56% -
XYZ 7.64 6.44 26.43 -
YUV 66.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 35 68 142 0.75 0.52 0 0.44 221.5 0.6 0.35
Hex 23 44 8E 4B 34 0 2C DD 3C 23
Octal 43 104 216 113 64 0 54 335 74 43
Binary 100011 1000100 10001110 1001011 110100 0 101100 11011101 111100 100011

Color Harmonies of #23448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23448E

Black with #23448E

Text Example


Text Example

White with #23448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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