Html Css Color HEX #223FD5 Persian Blue

📋 copy color: '#223FD5'

red 34 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #223FD5

Tints of Persian Blue #223FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 68.71%

R = 10.97%
G = 20.32%
B = 68.71%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#223FD5 (or 0x223FD5) is known color: Persian Blue. HEX triplet: 22, 3F and D5. RGB value is (34,63,213). Sum of RGB (Red+Green+Blue) = 34+63+213=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #223FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FD5 is #DDC02A. Grayscale: #464646. Windows color (decimal): -14532651 or 13975330. OLE color: 13975330.

HSL color Cylindrical-coordinate representation of color #223FD5: hue angle of 230.28º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223FD5 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 63 213 -
CMYK 0.84 0.70 0 0.16
HSL 230.28º 0.72% 0.48% -
HSV(B) 230.28º 0.84% 0.84% -
XYZ 14.45 8.7 63.87 -
YUV 71.43 207.89 101.3 -
System Red Green Blue C M Y K H S L
Decimal 34 63 213 0.84 0.70 0 0.16 230.28 0.72 0.48
Hex 22 3F D5 54 46 0 10 E6 48 30
Octal 42 77 325 124 106 0 20 346 110 60
Binary 100010 111111 11010101 1010100 1000110 0 10000 11100110 1001000 110000

Color Harmonies of #223FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223FD5

Black with #223FD5

Text Example


Text Example

White with #223FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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