Html Css Color HEX #223EB6 Persian Blue

📋 copy color: '#223EB6'

red 34 ◦ green 62 ◦ blue 182

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

Shades of Persian Blue #223EB6

Tints of Persian Blue #223EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.47%

R = 12.23%
G = 22.3%
B = 65.47%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#223EB6 (or 0x223EB6) is known color: Persian Blue. HEX triplet: 22, 3E and B6. RGB value is (34,62,182). Sum of RGB (Red+Green+Blue) = 34+62+182=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 182 (71.48% from 255 or 65.47% from 278); Max value from RGB is 182 - color contains mainly: blue. Hex color #223EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223EB6 is #DDC149. Grayscale: #424242. Windows color (decimal): -14532938 or 11943458. OLE color: 11943458.

HSL color Cylindrical-coordinate representation of color #223EB6: hue angle of 228.65º degrees, saturation: 0.69, 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 #223EB6 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 62 182 -
CMYK 0.81 0.66 0 0.29
HSL 228.65º 0.69% 0.42% -
HSV(B) 228.65º 0.81% 0.71% -
XYZ 10.83 7.16 45.07 -
YUV 67.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 34 62 182 0.81 0.66 0 0.29 228.65 0.69 0.42
Hex 22 3E B6 51 42 0 1D E5 45 2A
Octal 42 76 266 121 102 0 35 345 105 52
Binary 100010 111110 10110110 1010001 1000010 0 11101 11100101 1000101 101010

Color Harmonies of #223EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223EB6

Black with #223EB6

Text Example


Text Example

White with #223EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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