Html Css Color HEX #223BC7 Persian Blue

📋 copy color: '#223BC7'

red 34 ◦ green 59 ◦ blue 199

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

Shades of Persian Blue #223BC7

Tints of Persian Blue #223BC7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.21%

 BLUE value IS 199 (78.13% from 255) = 68.15%

R = 11.64%
G = 20.21%
B = 68.15%

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

#223BC7 (or 0x223BC7) is known color: Persian Blue. HEX triplet: 22, 3B and C7. RGB value is (34,59,199). Sum of RGB (Red+Green+Blue) = 34+59+199=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 199 (78.12% from 255 or 68.15% from 292); Max value from RGB is 199 - color contains mainly: blue. Hex color #223BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BC7 is #DDC438. Grayscale: #424242. Windows color (decimal): -14533689 or 13056802. OLE color: 13056802.

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

Color convert

RGB 34 59 199 -
CMYK 0.83 0.70 0 0.22
HSL 230.91º 0.71% 0.46% -
HSV(B) 230.91º 0.83% 0.78% -
XYZ 12.53 7.59 54.84 -
YUV 67.49 202.22 104.12 -
System Red Green Blue C M Y K H S L
Decimal 34 59 199 0.83 0.70 0 0.22 230.91 0.71 0.46
Hex 22 3B C7 53 46 0 16 E7 47 2E
Octal 42 73 307 123 106 0 26 347 107 56
Binary 100010 111011 11000111 1010011 1000110 0 10110 11100111 1000111 101110

Color Harmonies of #223BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BC7

Black with #223BC7

Text Example


Text Example

White with #223BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,59,199); }

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

background-color css

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

 a { background-color: rgb(34,59,199); }

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

border-color css

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

 span { border-color: rgb(34,59,199); }

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