Html Css Color HEX #223DDB Persian Blue

📋 copy color: '#223DDB'

red 34 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #223DDB

Tints of Persian Blue #223DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

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

R = 10.83%
G = 19.43%
B = 69.75%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#223DDB (or 0x223DDB) is known color: Persian Blue. HEX triplet: 22, 3D and DB. RGB value is (34,61,219). Sum of RGB (Red+Green+Blue) = 34+61+219=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #223DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223DDB is #DDC224. Grayscale: #464646. Windows color (decimal): -14533157 or 14368034. OLE color: 14368034.

HSL color Cylindrical-coordinate representation of color #223DDB: hue angle of 231.24º 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 #223DDB is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 61 219 -
CMYK 0.84 0.72 0 0.14
HSL 231.24º 0.73% 0.5% -
HSV(B) 231.24º 0.84% 0.86% -
XYZ 15.11 8.79 67.92 -
YUV 70.94 211.55 101.65 -
System Red Green Blue C M Y K H S L
Decimal 34 61 219 0.84 0.72 0 0.14 231.24 0.73 0.5
Hex 22 3D DB 54 48 0 E E7 49 32
Octal 42 75 333 124 110 0 16 347 111 62
Binary 100010 111101 11011011 1010100 1001000 0 1110 11100111 1001001 110010

Color Harmonies of #223DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223DDB

Black with #223DDB

Text Example


Text Example

White with #223DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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