Html Css Color HEX #223CD5 Persian Blue

📋 copy color: '#223CD5'

red 34 ◦ green 60 ◦ blue 213

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

Shades of Persian Blue #223CD5

Tints of Persian Blue #223CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 69.38%

R = 11.07%
G = 19.54%
B = 69.38%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#223CD5 (or 0x223CD5) is known color: Persian Blue. HEX triplet: 22, 3C and D5. RGB value is (34,60,213). Sum of RGB (Red+Green+Blue) = 34+60+213=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #223CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CD5 is #DDC32A. Grayscale: #454545. Windows color (decimal): -14533419 or 13974562. OLE color: 13974562.

HSL color Cylindrical-coordinate representation of color #223CD5: hue angle of 231.28º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223CD5 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 60 213 -
CMYK 0.84 0.72 0 0.16
HSL 231.28º 0.72% 0.48% -
HSV(B) 231.28º 0.84% 0.84% -
XYZ 14.29 8.38 63.81 -
YUV 69.67 208.89 102.56 -
System Red Green Blue C M Y K H S L
Decimal 34 60 213 0.84 0.72 0 0.16 231.28 0.72 0.48
Hex 22 3C D5 54 48 0 10 E7 48 30
Octal 42 74 325 124 110 0 20 347 110 60
Binary 100010 111100 11010101 1010100 1001000 0 10000 11100111 1001000 110000

Color Harmonies of #223CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CD5

Black with #223CD5

Text Example


Text Example

White with #223CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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