Html Css Color HEX #223B92 Egyptian Blue

📋 copy color: '#223B92'

red 34 ◦ green 59 ◦ blue 146

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

Shades of Egyptian Blue #223B92

Tints of Egyptian Blue #223B92

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.69%

 BLUE value IS 146 (57.42% from 255) = 61.09%

R = 14.23%
G = 24.69%
B = 61.09%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#223B92 (or 0x223B92) is known color: Egyptian Blue. HEX triplet: 22, 3B and 92. RGB value is (34,59,146). Sum of RGB (Red+Green+Blue) = 34+59+146=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #223B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223B92 is #DDC46D. Grayscale: #3D3D3D. Windows color (decimal): -14533742 or 9583394. OLE color: 9583394.

HSL color Cylindrical-coordinate representation of color #223B92: hue angle of 226.61º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223B92 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 59 146 -
CMYK 0.77 0.60 0 0.43
HSL 226.61º 0.62% 0.35% -
HSV(B) 226.61º 0.77% 0.57% -
XYZ 7.41 5.54 27.87 -
YUV 61.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 34 59 146 0.77 0.60 0 0.43 226.61 0.62 0.35
Hex 22 3B 92 4D 3C 0 2B E3 3E 23
Octal 42 73 222 115 74 0 53 343 76 43
Binary 100010 111011 10010010 1001101 111100 0 101011 11100011 111110 100011

Color Harmonies of #223B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B92

Black with #223B92

Text Example


Text Example

White with #223B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,59,146); }

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

background-color css

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

 a { background-color: rgb(34,59,146); }

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

border-color css

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

 span { border-color: rgb(34,59,146); }

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