Html Css Color HEX #2223BE Persian Blue

📋 copy color: '#2223BE'

red 34 ◦ green 35 ◦ blue 190

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

Shades of Persian Blue #2223BE

Tints of Persian Blue #2223BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.36%

R = 13.13%
G = 13.51%
B = 73.36%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2223BE (or 0x2223BE) is known color: Persian Blue. HEX triplet: 22, 23 and BE. RGB value is (34,35,190). Sum of RGB (Red+Green+Blue) = 34+35+190=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #2223BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2223BE is #DDDC41. Grayscale: #333333. Windows color (decimal): -14539842 or 12460834. OLE color: 12460834.

HSL color Cylindrical-coordinate representation of color #2223BE: hue angle of 239.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2223BE is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 35 190 -
CMYK 0.82 0.82 0 0.25
HSL 239.62º 0.7% 0.44% -
HSV(B) 239.62º 0.82% 0.75% -
XYZ 10.55 5.26 49.17 -
YUV 52.37 205.67 114.9 -
System Red Green Blue C M Y K H S L
Decimal 34 35 190 0.82 0.82 0 0.25 239.62 0.7 0.44
Hex 22 23 BE 52 52 0 19 F0 46 2C
Octal 42 43 276 122 122 0 31 360 106 54
Binary 100010 100011 10111110 1010010 1010010 0 11001 11110000 1000110 101100

Color Harmonies of #2223BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2223BE

Black with #2223BE

Text Example


Text Example

White with #2223BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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