Html Css Color HEX #2229C3 Persian Blue

📋 copy color: '#2229C3'

red 34 ◦ green 41 ◦ blue 195

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

Shades of Persian Blue #2229C3

Tints of Persian Blue #2229C3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

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

R = 12.59%
G = 15.19%
B = 72.22%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2229C3 (or 0x2229C3) is known color: Persian Blue. HEX triplet: 22, 29 and C3. RGB value is (34,41,195). Sum of RGB (Red+Green+Blue) = 34+41+195=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 195 (76.56% from 255 or 72.22% from 270); Max value from RGB is 195 - color contains mainly: blue. Hex color #2229C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2229C3 is #DDD63C. Grayscale: #373737. Windows color (decimal): -14538301 or 12790050. OLE color: 12790050.

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

Color convert

RGB 34 41 195 -
CMYK 0.83 0.79 0 0.24
HSL 237.39º 0.7% 0.45% -
HSV(B) 237.39º 0.83% 0.76% -
XYZ 11.3 5.87 52.17 -
YUV 56.46 206.18 111.98 -
System Red Green Blue C M Y K H S L
Decimal 34 41 195 0.83 0.79 0 0.24 237.39 0.7 0.45
Hex 22 29 C3 53 4F 0 18 ED 46 2D
Octal 42 51 303 123 117 0 30 355 106 55
Binary 100010 101001 11000011 1010011 1001111 0 11000 11101101 1000110 101101

Color Harmonies of #2229C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2229C3

Black with #2229C3

Text Example


Text Example

White with #2229C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2229C3; }

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

 H1.HeaderClassName
 {
   color: #2229C3;
 }
 .AnyTagClassName
 {
   color: #2229C3;
 }
</style>

background-color css

<style>
 a { background-color: #2229C3; }

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

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

border-color css

<style>
 span { border-color: #2229C3; }

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

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