Html Css Color HEX #223CCD Persian Blue

📋 copy color: '#223CCD'

red 34 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #223CCD

Tints of Persian Blue #223CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.56%

R = 11.37%
G = 20.07%
B = 68.56%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#223CCD (or 0x223CCD) is known color: Persian Blue. HEX triplet: 22, 3C and CD. RGB value is (34,60,205). Sum of RGB (Red+Green+Blue) = 34+60+205=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #223CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CCD is #DDC332. Grayscale: #444444. Windows color (decimal): -14533427 or 13450274. OLE color: 13450274.

HSL color Cylindrical-coordinate representation of color #223CCD: hue angle of 230.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223CCD is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 60 205 -
CMYK 0.83 0.71 0 0.20
HSL 230.88º 0.72% 0.47% -
HSV(B) 230.88º 0.83% 0.8% -
XYZ 13.29 7.98 58.6 -
YUV 68.76 204.89 103.21 -
System Red Green Blue C M Y K H S L
Decimal 34 60 205 0.83 0.71 0 0.20 230.88 0.72 0.47
Hex 22 3C CD 53 47 0 14 E7 48 2F
Octal 42 74 315 123 107 0 24 347 110 57
Binary 100010 111100 11001101 1010011 1000111 0 10100 11100111 1001000 101111

Color Harmonies of #223CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CCD

Black with #223CCD

Text Example


Text Example

White with #223CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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