Html Css Color HEX #223EB1 Persian Blue

📋 copy color: '#223EB1'

red 34 ◦ green 62 ◦ blue 177

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

Shades of Persian Blue #223EB1

Tints of Persian Blue #223EB1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 177 (69.53% from 255) = 64.84%

R = 12.45%
G = 22.71%
B = 64.84%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#223EB1 (or 0x223EB1) is known color: Persian Blue. HEX triplet: 22, 3E and B1. RGB value is (34,62,177). Sum of RGB (Red+Green+Blue) = 34+62+177=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #223EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223EB1 is #DDC14E. Grayscale: #424242. Windows color (decimal): -14532943 or 11615778. OLE color: 11615778.

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

Color convert

RGB 34 62 177 -
CMYK 0.81 0.65 0 0.31
HSL 228.25º 0.68% 0.41% -
HSV(B) 228.25º 0.81% 0.69% -
XYZ 10.32 6.96 42.39 -
YUV 66.74 190.22 104.65 -
System Red Green Blue C M Y K H S L
Decimal 34 62 177 0.81 0.65 0 0.31 228.25 0.68 0.41
Hex 22 3E B1 51 41 0 1F E4 44 29
Octal 42 76 261 121 101 0 37 344 104 51
Binary 100010 111110 10110001 1010001 1000001 0 11111 11100100 1000100 101001

Color Harmonies of #223EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223EB1

Black with #223EB1

Text Example


Text Example

White with #223EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,62,177); }

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

background-color css

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

 a { background-color: rgb(34,62,177); }

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

border-color css

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

 span { border-color: rgb(34,62,177); }

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