Html Css Color HEX #223CDC Persian Blue

📋 copy color: '#223CDC'

red 34 ◦ green 60 ◦ blue 220

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

Shades of Persian Blue #223CDC

Tints of Persian Blue #223CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.06%

R = 10.83%
G = 19.11%
B = 70.06%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#223CDC (or 0x223CDC) is known color: Persian Blue. HEX triplet: 22, 3C and DC. RGB value is (34,60,220). Sum of RGB (Red+Green+Blue) = 34+60+220=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #223CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CDC is #DDC323. Grayscale: #454545. Windows color (decimal): -14533412 or 14433314. OLE color: 14433314.

HSL color Cylindrical-coordinate representation of color #223CDC: hue angle of 231.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #223CDC is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 60 220 -
CMYK 0.85 0.73 0 0.14
HSL 231.61º 0.73% 0.5% -
HSV(B) 231.61º 0.85% 0.86% -
XYZ 15.19 8.74 68.6 -
YUV 70.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 34 60 220 0.85 0.73 0 0.14 231.61 0.73 0.5
Hex 22 3C DC 55 49 0 E E8 49 32
Octal 42 74 334 125 111 0 16 350 111 62
Binary 100010 111100 11011100 1010101 1001001 0 1110 11101000 1001001 110010

Color Harmonies of #223CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CDC

Black with #223CDC

Text Example


Text Example

White with #223CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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