Html Css Color HEX #223CBC Persian Blue

📋 copy color: '#223CBC'

red 34 ◦ green 60 ◦ blue 188

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

Shades of Persian Blue #223CBC

Tints of Persian Blue #223CBC

RGB

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

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

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

R = 12.06%
G = 21.28%
B = 66.67%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#223CBC (or 0x223CBC) is known color: Persian Blue. HEX triplet: 22, 3C and BC. RGB value is (34,60,188). Sum of RGB (Red+Green+Blue) = 34+60+188=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #223CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CBC is #DDC343. Grayscale: #424242. Windows color (decimal): -14533444 or 12336162. OLE color: 12336162.

HSL color Cylindrical-coordinate representation of color #223CBC: hue angle of 229.87º 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 #223CBC is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 60 188 -
CMYK 0.82 0.68 0 0.26
HSL 229.87º 0.69% 0.44% -
HSV(B) 229.87º 0.82% 0.74% -
XYZ 11.35 7.2 48.37 -
YUV 66.82 196.39 104.59 -
System Red Green Blue C M Y K H S L
Decimal 34 60 188 0.82 0.68 0 0.26 229.87 0.69 0.44
Hex 22 3C BC 52 44 0 1A E6 45 2C
Octal 42 74 274 122 104 0 32 346 105 54
Binary 100010 111100 10111100 1010010 1000100 0 11010 11100110 1000101 101100

Color Harmonies of #223CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CBC

Black with #223CBC

Text Example


Text Example

White with #223CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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