Html Css Color HEX #2223BC Persian Blue

📋 copy color: '#2223BC'

red 34 ◦ green 35 ◦ blue 188

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

Shades of Persian Blue #2223BC

Tints of Persian Blue #2223BC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

 BLUE value IS 188 (73.83% from 255) = 73.15%

R = 13.23%
G = 13.62%
B = 73.15%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2223BC (or 0x2223BC) is known color: Persian Blue. HEX triplet: 22, 23 and BC. RGB value is (34,35,188). Sum of RGB (Red+Green+Blue) = 34+35+188=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #2223BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2223BC is #DDDC43. Grayscale: #333333. Windows color (decimal): -14539844 or 12329762. OLE color: 12329762.

HSL color Cylindrical-coordinate representation of color #2223BC: hue angle of 239.61º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2223BC is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 35 188 -
CMYK 0.82 0.81 0 0.26
HSL 239.61º 0.69% 0.44% -
HSV(B) 239.61º 0.82% 0.74% -
XYZ 10.34 5.17 48.03 -
YUV 52.14 204.67 115.06 -
System Red Green Blue C M Y K H S L
Decimal 34 35 188 0.82 0.81 0 0.26 239.61 0.69 0.44
Hex 22 23 BC 52 51 0 1A F0 45 2C
Octal 42 43 274 122 121 0 32 360 105 54
Binary 100010 100011 10111100 1010010 1010001 0 11010 11110000 1000101 101100

Color Harmonies of #2223BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2223BC

Black with #2223BC

Text Example


Text Example

White with #2223BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2223BC; }

 p { color: rgb(34,35,188); }

 H1.HeaderClassName
 {
   color: #2223BC;
 }
 .AnyTagClassName
 {
   color: #2223BC;
 }
</style>

background-color css

<style>
 a { background-color: #2223BC; }

 a { background-color: rgb(34,35,188); }

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

border-color css

<style>
 span { border-color: #2223BC; }

 span { border-color: rgb(34,35,188); }

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