Html Css Color HEX #223EB4 Persian Blue

📋 copy color: '#223EB4'

red 34 ◦ green 62 ◦ blue 180

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

Shades of Persian Blue #223EB4

Tints of Persian Blue #223EB4

RGB

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

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

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

R = 12.32%
G = 22.46%
B = 65.22%

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

#223EB4 (or 0x223EB4) is known color: Persian Blue. HEX triplet: 22, 3E and B4. RGB value is (34,62,180). Sum of RGB (Red+Green+Blue) = 34+62+180=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #223EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223EB4 is #DDC14B. Grayscale: #424242. Windows color (decimal): -14532940 or 11812386. OLE color: 11812386.

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

Color convert

RGB 34 62 180 -
CMYK 0.81 0.66 0 0.29
HSL 228.49º 0.68% 0.42% -
HSV(B) 228.49º 0.81% 0.71% -
XYZ 10.62 7.08 43.99 -
YUV 67.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 34 62 180 0.81 0.66 0 0.29 228.49 0.68 0.42
Hex 22 3E B4 51 42 0 1D E4 44 2A
Octal 42 76 264 121 102 0 35 344 104 52
Binary 100010 111110 10110100 1010001 1000010 0 11101 11100100 1000100 101010

Color Harmonies of #223EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223EB4

Black with #223EB4

Text Example


Text Example

White with #223EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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