Html Css Color HEX #223E8F Tory Blue

📋 copy color: '#223E8F'

red 34 ◦ green 62 ◦ blue 143

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

Shades of Tory Blue #223E8F

Tints of Tory Blue #223E8F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.94%

 BLUE value IS 143 (56.25% from 255) = 59.83%

R = 14.23%
G = 25.94%
B = 59.83%

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

#223E8F (or 0x223E8F) is known color: Tory Blue. HEX triplet: 22, 3E and 8F. RGB value is (34,62,143). Sum of RGB (Red+Green+Blue) = 34+62+143=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #223E8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223E8F is #DDC170. Grayscale: #3E3E3E. Windows color (decimal): -14532977 or 9387554. OLE color: 9387554.

HSL color Cylindrical-coordinate representation of color #223E8F: hue angle of 224.59º degrees, saturation: 0.62, 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 #223E8F is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 62 143 -
CMYK 0.76 0.57 0 0.44
HSL 224.59º 0.62% 0.35% -
HSV(B) 224.59º 0.76% 0.56% -
XYZ 7.34 5.77 26.71 -
YUV 62.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 34 62 143 0.76 0.57 0 0.44 224.59 0.62 0.35
Hex 22 3E 8F 4C 39 0 2C E1 3E 23
Octal 42 76 217 114 71 0 54 341 76 43
Binary 100010 111110 10001111 1001100 111001 0 101100 11100001 111110 100011

Color Harmonies of #223E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223E8F

Black with #223E8F

Text Example


Text Example

White with #223E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,62,143); }

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

background-color css

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

 a { background-color: rgb(34,62,143); }

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

border-color css

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

 span { border-color: rgb(34,62,143); }

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