Html Css Color HEX #223ACB Persian Blue

📋 copy color: '#223ACB'

red 34 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #223ACB

Tints of Persian Blue #223ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

 BLUE value IS 203 (79.69% from 255) = 68.81%

R = 11.53%
G = 19.66%
B = 68.81%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#223ACB (or 0x223ACB) is known color: Persian Blue. HEX triplet: 22, 3A and CB. RGB value is (34,58,203). Sum of RGB (Red+Green+Blue) = 34+58+203=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #223ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ACB is #DDC534. Grayscale: #424242. Windows color (decimal): -14533941 or 13318690. OLE color: 13318690.

HSL color Cylindrical-coordinate representation of color #223ACB: hue angle of 231.48º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223ACB is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 58 203 -
CMYK 0.83 0.71 0 0.20
HSL 231.48º 0.71% 0.46% -
HSV(B) 231.48º 0.83% 0.8% -
XYZ 12.95 7.68 57.3 -
YUV 67.35 204.55 104.21 -
System Red Green Blue C M Y K H S L
Decimal 34 58 203 0.83 0.71 0 0.20 231.48 0.71 0.46
Hex 22 3A CB 53 47 0 14 E7 47 2E
Octal 42 72 313 123 107 0 24 347 107 56
Binary 100010 111010 11001011 1010011 1000111 0 10100 11100111 1000111 101110

Color Harmonies of #223ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223ACB

Black with #223ACB

Text Example


Text Example

White with #223ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,58,203); }

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

background-color css

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

 a { background-color: rgb(34,58,203); }

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

border-color css

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

 span { border-color: rgb(34,58,203); }

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