Html Css Color HEX #223FEC Persian Blue

📋 copy color: '#223FEC'

red 34 ◦ green 63 ◦ blue 236

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

Shades of Persian Blue #223FEC

Tints of Persian Blue #223FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

 BLUE value IS 236 (92.58% from 255) = 70.87%

R = 10.21%
G = 18.92%
B = 70.87%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#223FEC (or 0x223FEC) is known color: Persian Blue. HEX triplet: 22, 3F and EC. RGB value is (34,63,236). Sum of RGB (Red+Green+Blue) = 34+63+236=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #223FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223FEC is #DDC013. Grayscale: #494949. Windows color (decimal): -14532628 or 15482658. OLE color: 15482658.

HSL color Cylindrical-coordinate representation of color #223FEC: hue angle of 231.39º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223FEC is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 63 236 -
CMYK 0.86 0.73 0 0.07
HSL 231.39º 0.84% 0.53% -
HSV(B) 231.39º 0.86% 0.93% -
XYZ 17.58 9.95 80.35 -
YUV 74.05 219.39 99.43 -
System Red Green Blue C M Y K H S L
Decimal 34 63 236 0.86 0.73 0 0.07 231.39 0.84 0.53
Hex 22 3F EC 56 49 0 7 E7 54 35
Octal 42 77 354 126 111 0 7 347 124 65
Binary 100010 111111 11101100 1010110 1001001 0 111 11100111 1010100 110101

Color Harmonies of #223FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223FEC

Black with #223FEC

Text Example


Text Example

White with #223FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,63,236); }

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

background-color css

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

 a { background-color: rgb(34,63,236); }

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

border-color css

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

 span { border-color: rgb(34,63,236); }

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