Html Css Color HEX #223C8D Tory Blue

📋 copy color: '#223C8D'

red 34 ◦ green 60 ◦ blue 141

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

Shades of Tory Blue #223C8D

Tints of Tory Blue #223C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.53%

 BLUE value IS 141 (55.47% from 255) = 60%

R = 14.47%
G = 25.53%
B = 60%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#223C8D (or 0x223C8D) is known color: Tory Blue. HEX triplet: 22, 3C and 8D. RGB value is (34,60,141). Sum of RGB (Red+Green+Blue) = 34+60+141=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #223C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223C8D is #DDC372. Grayscale: #3D3D3D. Windows color (decimal): -14533491 or 9255970. OLE color: 9255970.

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

Color convert

RGB 34 60 141 -
CMYK 0.76 0.57 0 0.45
HSL 225.42º 0.61% 0.34% -
HSV(B) 225.42º 0.76% 0.55% -
XYZ 7.08 5.49 25.89 -
YUV 61.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 34 60 141 0.76 0.57 0 0.45 225.42 0.61 0.34
Hex 22 3C 8D 4C 39 0 2D E1 3D 22
Octal 42 74 215 114 71 0 55 341 75 42
Binary 100010 111100 10001101 1001100 111001 0 101101 11100001 111101 100010

Color Harmonies of #223C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C8D

Black with #223C8D

Text Example


Text Example

White with #223C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,60,141); }

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

background-color css

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

 a { background-color: rgb(34,60,141); }

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

border-color css

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

 span { border-color: rgb(34,60,141); }

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