Html Css Color HEX #223D8E Tory Blue

📋 copy color: '#223D8E'

red 34 ◦ green 61 ◦ blue 142

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

Shades of Tory Blue #223D8E

Tints of Tory Blue #223D8E

RGB

 RED value IS 34 (13.67% from 255) = 14.35%

 GREEN value IS 61 (24.22% from 255) = 25.74%

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

R = 14.35%
G = 25.74%
B = 59.92%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#223D8E (or 0x223D8E) is known color: Tory Blue. HEX triplet: 22, 3D and 8E. RGB value is (34,61,142). Sum of RGB (Red+Green+Blue) = 34+61+142=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #223D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223D8E is #DDC271. Grayscale: #3D3D3D. Windows color (decimal): -14533234 or 9321762. OLE color: 9321762.

HSL color Cylindrical-coordinate representation of color #223D8E: hue angle of 225º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #223D8E is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 61 142 -
CMYK 0.76 0.57 0 0.44
HSL 225º 0.61% 0.35% -
HSV(B) 225º 0.76% 0.56% -
XYZ 7.21 5.63 26.3 -
YUV 62.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 34 61 142 0.76 0.57 0 0.44 225 0.61 0.35
Hex 22 3D 8E 4C 39 0 2C E1 3D 23
Octal 42 75 216 114 71 0 54 341 75 43
Binary 100010 111101 10001110 1001100 111001 0 101100 11100001 111101 100011

Color Harmonies of #223D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D8E

Black with #223D8E

Text Example


Text Example

White with #223D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223D8E; }

 p { color: rgb(34,61,142); }

 H1.HeaderClassName
 {
   color: #223D8E;
 }
 .AnyTagClassName
 {
   color: #223D8E;
 }
</style>

background-color css

<style>
 a { background-color: #223D8E; }

 a { background-color: rgb(34,61,142); }

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

border-color css

<style>
 span { border-color: #223D8E; }

 span { border-color: rgb(34,61,142); }

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