Html Css Color HEX #2223CC Persian Blue

📋 copy color: '#2223CC'

red 34 ◦ green 35 ◦ blue 204

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

Shades of Persian Blue #2223CC

Tints of Persian Blue #2223CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.73%

R = 12.45%
G = 12.82%
B = 74.73%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2223CC (or 0x2223CC) is known color: Persian Blue. HEX triplet: 22, 23 and CC. RGB value is (34,35,204). Sum of RGB (Red+Green+Blue) = 34+35+204=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #2223CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2223CC is #DDDC33. Grayscale: #353535. Windows color (decimal): -14539828 or 13378338. OLE color: 13378338.

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

Color convert

RGB 34 35 204 -
CMYK 0.83 0.83 0 0.2
HSL 239.65º 0.71% 0.47% -
HSV(B) 239.65º 0.83% 0.8% -
XYZ 12.16 5.9 57.63 -
YUV 53.97 212.67 113.76 -
System Red Green Blue C M Y K H S L
Decimal 34 35 204 0.83 0.83 0 0.2 239.65 0.71 0.47
Hex 22 23 CC 53 53 0 14 F0 47 2F
Octal 42 43 314 123 123 0 24 360 107 57
Binary 100010 100011 11001100 1010011 1010011 0 10100 11110000 1000111 101111

Color Harmonies of #2223CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2223CC

Black with #2223CC

Text Example


Text Example

White with #2223CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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