Html Css Color HEX #221DC3 Persian Blue

📋 copy color: '#221DC3'

red 34 ◦ green 29 ◦ blue 195

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

Shades of Persian Blue #221DC3

Tints of Persian Blue #221DC3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

 BLUE value IS 195 (76.56% from 255) = 75.58%

R = 13.18%
G = 11.24%
B = 75.58%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#221DC3 (or 0x221DC3) is known color: Persian Blue. HEX triplet: 22, 1D and C3. RGB value is (34,29,195). Sum of RGB (Red+Green+Blue) = 34+29+195=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 195 (76.56% from 255 or 75.58% from 258); Max value from RGB is 195 - color contains mainly: blue. Hex color #221DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DC3 is #DDE23C. Grayscale: #303030. Windows color (decimal): -14541373 or 12786978. OLE color: 12786978.

HSL color Cylindrical-coordinate representation of color #221DC3: hue angle of 241.81º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221DC3 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 29 195 -
CMYK 0.83 0.85 0 0.24
HSL 241.81º 0.74% 0.44% -
HSV(B) 241.81º 0.85% 0.76% -
XYZ 10.95 5.16 52.05 -
YUV 49.42 210.16 117 -
System Red Green Blue C M Y K H S L
Decimal 34 29 195 0.83 0.85 0 0.24 241.81 0.74 0.44
Hex 22 1D C3 53 55 0 18 F2 4A 2C
Octal 42 35 303 123 125 0 30 362 112 54
Binary 100010 11101 11000011 1010011 1010101 0 11000 11110010 1001010 101100

Color Harmonies of #221DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221DC3

Black with #221DC3

Text Example


Text Example

White with #221DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221DC3; }

 p { color: rgb(34,29,195); }

 H1.HeaderClassName
 {
   color: #221DC3;
 }
 .AnyTagClassName
 {
   color: #221DC3;
 }
</style>

background-color css

<style>
 a { background-color: #221DC3; }

 a { background-color: rgb(34,29,195); }

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

border-color css

<style>
 span { border-color: #221DC3; }

 span { border-color: rgb(34,29,195); }

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