Html Css Color HEX #223FB4 Persian Blue

📋 copy color: '#223FB4'

red 34 ◦ green 63 ◦ blue 180

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

Shades of Persian Blue #223FB4

Tints of Persian Blue #223FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 64.98%

R = 12.27%
G = 22.74%
B = 64.98%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#223FB4 (or 0x223FB4) is known color: Persian Blue. HEX triplet: 22, 3F and B4. RGB value is (34,63,180). Sum of RGB (Red+Green+Blue) = 34+63+180=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #223FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FB4 is #DDC04B. Grayscale: #434343. Windows color (decimal): -14532684 or 11812642. OLE color: 11812642.

HSL color Cylindrical-coordinate representation of color #223FB4: hue angle of 228.08º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223FB4 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 63 180 -
CMYK 0.81 0.65 0 0.29
HSL 228.08º 0.68% 0.42% -
HSV(B) 228.08º 0.81% 0.71% -
XYZ 10.68 7.19 44.01 -
YUV 67.67 191.39 103.99 -
System Red Green Blue C M Y K H S L
Decimal 34 63 180 0.81 0.65 0 0.29 228.08 0.68 0.42
Hex 22 3F B4 51 41 0 1D E4 44 2A
Octal 42 77 264 121 101 0 35 344 104 52
Binary 100010 111111 10110100 1010001 1000001 0 11101 11100100 1000100 101010

Color Harmonies of #223FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223FB4

Black with #223FB4

Text Example


Text Example

White with #223FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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