Html Css Color HEX #223CC6 Persian Blue

📋 copy color: '#223CC6'

red 34 ◦ green 60 ◦ blue 198

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

Shades of Persian Blue #223CC6

Tints of Persian Blue #223CC6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.55%

 BLUE value IS 198 (77.73% from 255) = 67.81%

R = 11.64%
G = 20.55%
B = 67.81%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#223CC6 (or 0x223CC6) is known color: Persian Blue. HEX triplet: 22, 3C and C6. RGB value is (34,60,198). Sum of RGB (Red+Green+Blue) = 34+60+198=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 198 (77.73% from 255 or 67.81% from 292); Max value from RGB is 198 - color contains mainly: blue. Hex color #223CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CC6 is #DDC339. Grayscale: #434343. Windows color (decimal): -14533434 or 12991522. OLE color: 12991522.

HSL color Cylindrical-coordinate representation of color #223CC6: hue angle of 230.49º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223CC6 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 34 60 198 -
CMYK 0.83 0.70 0 0.22
HSL 230.49º 0.71% 0.45% -
HSV(B) 230.49º 0.83% 0.78% -
XYZ 12.47 7.65 54.25 -
YUV 67.96 201.39 103.78 -
System Red Green Blue C M Y K H S L
Decimal 34 60 198 0.83 0.70 0 0.22 230.49 0.71 0.45
Hex 22 3C C6 53 46 0 16 E6 47 2D
Octal 42 74 306 123 106 0 26 346 107 55
Binary 100010 111100 11000110 1010011 1000110 0 10110 11100110 1000111 101101

Color Harmonies of #223CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CC6

Black with #223CC6

Text Example


Text Example

White with #223CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,60,198); }

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

background-color css

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

 a { background-color: rgb(34,60,198); }

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

border-color css

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

 span { border-color: rgb(34,60,198); }

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