Html Css Color HEX #223CDA Persian Blue

📋 copy color: '#223CDA'

red 34 ◦ green 60 ◦ blue 218

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

Shades of Persian Blue #223CDA

Tints of Persian Blue #223CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.87%

R = 10.9%
G = 19.23%
B = 69.87%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#223CDA (or 0x223CDA) is known color: Persian Blue. HEX triplet: 22, 3C and DA. RGB value is (34,60,218). Sum of RGB (Red+Green+Blue) = 34+60+218=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #223CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CDA is #DDC325. Grayscale: #454545. Windows color (decimal): -14533414 or 14302242. OLE color: 14302242.

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

Color convert

RGB 34 60 218 -
CMYK 0.84 0.72 0 0.15
HSL 231.52º 0.73% 0.49% -
HSV(B) 231.52º 0.84% 0.85% -
XYZ 14.93 8.63 67.21 -
YUV 70.24 211.39 102.15 -
System Red Green Blue C M Y K H S L
Decimal 34 60 218 0.84 0.72 0 0.15 231.52 0.73 0.49
Hex 22 3C DA 54 48 0 F E8 49 31
Octal 42 74 332 124 110 0 17 350 111 61
Binary 100010 111100 11011010 1010100 1001000 0 1111 11101000 1001001 110001

Color Harmonies of #223CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CDA

Black with #223CDA

Text Example


Text Example

White with #223CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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