Html Css Color HEX #223EC1 Persian Blue

📋 copy color: '#223EC1'

red 34 ◦ green 62 ◦ blue 193

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

Shades of Persian Blue #223EC1

Tints of Persian Blue #223EC1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.45%

 BLUE value IS 193 (75.78% from 255) = 66.78%

R = 11.76%
G = 21.45%
B = 66.78%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#223EC1 (or 0x223EC1) is known color: Persian Blue. HEX triplet: 22, 3E and C1. RGB value is (34,62,193). Sum of RGB (Red+Green+Blue) = 34+62+193=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #223EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223EC1 is #DDC13E. Grayscale: #444444. Windows color (decimal): -14532927 or 12664354. OLE color: 12664354.

HSL color Cylindrical-coordinate representation of color #223EC1: hue angle of 229.43º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223EC1 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 62 193 -
CMYK 0.82 0.68 0 0.24
HSL 229.43º 0.7% 0.45% -
HSV(B) 229.43º 0.82% 0.76% -
XYZ 12.01 7.64 51.29 -
YUV 68.56 198.22 103.35 -
System Red Green Blue C M Y K H S L
Decimal 34 62 193 0.82 0.68 0 0.24 229.43 0.7 0.45
Hex 22 3E C1 52 44 0 18 E5 46 2D
Octal 42 76 301 122 104 0 30 345 106 55
Binary 100010 111110 11000001 1010010 1000100 0 11000 11100101 1000110 101101

Color Harmonies of #223EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223EC1

Black with #223EC1

Text Example


Text Example

White with #223EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,62,193); }

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

background-color css

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

 a { background-color: rgb(34,62,193); }

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

border-color css

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

 span { border-color: rgb(34,62,193); }

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