Html Css Color HEX #223CDD Persian Blue

📋 copy color: '#223CDD'

red 34 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #223CDD

Tints of Persian Blue #223CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.16%

R = 10.79%
G = 19.05%
B = 70.16%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#223CDD (or 0x223CDD) is known color: Persian Blue. HEX triplet: 22, 3C and DD. RGB value is (34,60,221). Sum of RGB (Red+Green+Blue) = 34+60+221=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #223CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CDD is #DDC322. Grayscale: #454545. Windows color (decimal): -14533411 or 14498850. OLE color: 14498850.

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

Color convert

RGB 34 60 221 -
CMYK 0.85 0.73 0 0.13
HSL 231.66º 0.73% 0.5% -
HSV(B) 231.66º 0.85% 0.87% -
XYZ 15.33 8.79 69.3 -
YUV 70.58 212.89 101.91 -
System Red Green Blue C M Y K H S L
Decimal 34 60 221 0.85 0.73 0 0.13 231.66 0.73 0.5
Hex 22 3C DD 55 49 0 D E8 49 32
Octal 42 74 335 125 111 0 15 350 111 62
Binary 100010 111100 11011101 1010101 1001001 0 1101 11101000 1001001 110010

Color Harmonies of #223CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CDD

Black with #223CDD

Text Example


Text Example

White with #223CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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