Html Css Color HEX #223CBE Persian Blue

📋 copy color: '#223CBE'

red 34 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #223CBE

Tints of Persian Blue #223CBE

RGB

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

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

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

R = 11.97%
G = 21.13%
B = 66.9%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#223CBE (or 0x223CBE) is known color: Persian Blue. HEX triplet: 22, 3C and BE. RGB value is (34,60,190). Sum of RGB (Red+Green+Blue) = 34+60+190=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #223CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CBE is #DDC341. Grayscale: #424242. Windows color (decimal): -14533442 or 12467234. OLE color: 12467234.

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

Color convert

RGB 34 60 190 -
CMYK 0.82 0.68 0 0.25
HSL 230º 0.7% 0.44% -
HSV(B) 230º 0.82% 0.75% -
XYZ 11.57 7.29 49.51 -
YUV 67.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 34 60 190 0.82 0.68 0 0.25 230 0.7 0.44
Hex 22 3C BE 52 44 0 19 E6 46 2C
Octal 42 74 276 122 104 0 31 346 106 54
Binary 100010 111100 10111110 1010010 1000100 0 11001 11100110 1000110 101100

Color Harmonies of #223CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CBE

Black with #223CBE

Text Example


Text Example

White with #223CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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