Html Css Color HEX #223CDB Persian Blue

📋 copy color: '#223CDB'

red 34 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #223CDB

Tints of Persian Blue #223CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.97%

R = 10.86%
G = 19.17%
B = 69.97%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#223CDB (or 0x223CDB) is known color: Persian Blue. HEX triplet: 22, 3C and DB. RGB value is (34,60,219). Sum of RGB (Red+Green+Blue) = 34+60+219=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #223CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CDB is #DDC324. Grayscale: #454545. Windows color (decimal): -14533413 or 14367778. OLE color: 14367778.

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

Color convert

RGB 34 60 219 -
CMYK 0.84 0.73 0 0.14
HSL 231.57º 0.73% 0.5% -
HSV(B) 231.57º 0.84% 0.86% -
XYZ 15.06 8.69 67.9 -
YUV 70.35 211.89 102.07 -
System Red Green Blue C M Y K H S L
Decimal 34 60 219 0.84 0.73 0 0.14 231.57 0.73 0.5
Hex 22 3C DB 54 49 0 E E8 49 32
Octal 42 74 333 124 111 0 16 350 111 62
Binary 100010 111100 11011011 1010100 1001001 0 1110 11101000 1001001 110010

Color Harmonies of #223CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CDB

Black with #223CDB

Text Example


Text Example

White with #223CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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