Html Css Color HEX #223F93 Tory Blue

📋 copy color: '#223F93'

red 34 ◦ green 63 ◦ blue 147

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

Shades of Tory Blue #223F93

Tints of Tory Blue #223F93

RGB

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

 GREEN value IS 63 (25% from 255) = 25.82%

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 13.93%
G = 25.82%
B = 60.25%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#223F93 (or 0x223F93) is known color: Tory Blue. HEX triplet: 22, 3F and 93. RGB value is (34,63,147). Sum of RGB (Red+Green+Blue) = 34+63+147=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #223F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223F93 is #DDC06C. Grayscale: #3F3F3F. Windows color (decimal): -14532717 or 9649954. OLE color: 9649954.

HSL color Cylindrical-coordinate representation of color #223F93: hue angle of 224.6º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223F93 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 63 147 -
CMYK 0.77 0.57 0 0.42
HSL 224.6º 0.62% 0.35% -
HSV(B) 224.6º 0.77% 0.58% -
XYZ 7.7 6 28.36 -
YUV 63.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 34 63 147 0.77 0.57 0 0.42 224.6 0.62 0.35
Hex 22 3F 93 4D 39 0 2A E1 3E 23
Octal 42 77 223 115 71 0 52 341 76 43
Binary 100010 111111 10010011 1001101 111001 0 101010 11100001 111110 100011

Color Harmonies of #223F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223F93

Black with #223F93

Text Example


Text Example

White with #223F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,63,147); }

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

background-color css

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

 a { background-color: rgb(34,63,147); }

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

border-color css

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

 span { border-color: rgb(34,63,147); }

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