Html Css Color HEX #223690 Egyptian Blue

📋 copy color: '#223690'

red 34 ◦ green 54 ◦ blue 144

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

Shades of Egyptian Blue #223690

Tints of Egyptian Blue #223690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

 BLUE value IS 144 (56.64% from 255) = 62.07%

R = 14.66%
G = 23.28%
B = 62.07%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#223690 (or 0x223690) is known color: Egyptian Blue. HEX triplet: 22, 36 and 90. RGB value is (34,54,144). Sum of RGB (Red+Green+Blue) = 34+54+144=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #223690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223690 is #DDC96F. Grayscale: #393939. Windows color (decimal): -14535024 or 9451042. OLE color: 9451042.

HSL color Cylindrical-coordinate representation of color #223690: hue angle of 229.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #223690 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 54 144 -
CMYK 0.76 0.63 0 0.44
HSL 229.09º 0.62% 0.35% -
HSV(B) 229.09º 0.76% 0.56% -
XYZ 7.01 4.99 26.98 -
YUV 58.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 34 54 144 0.76 0.63 0 0.44 229.09 0.62 0.35
Hex 22 36 90 4C 3F 0 2C E5 3E 23
Octal 42 66 220 114 77 0 54 345 76 43
Binary 100010 110110 10010000 1001100 111111 0 101100 11100101 111110 100011

Color Harmonies of #223690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223690

Black with #223690

Text Example


Text Example

White with #223690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223690; }

 p { color: rgb(34,54,144); }

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

background-color css

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

 a { background-color: rgb(34,54,144); }

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

border-color css

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

 span { border-color: rgb(34,54,144); }

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