Html Css Color HEX #223BA5 Egyptian Blue

📋 copy color: '#223BA5'

red 34 ◦ green 59 ◦ blue 165

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

Shades of Egyptian Blue #223BA5

Tints of Egyptian Blue #223BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 63.95%

R = 13.18%
G = 22.87%
B = 63.95%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#223BA5 (or 0x223BA5) is known color: Egyptian Blue. HEX triplet: 22, 3B and A5. RGB value is (34,59,165). Sum of RGB (Red+Green+Blue) = 34+59+165=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #223BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BA5 is #DDC45A. Grayscale: #3F3F3F. Windows color (decimal): -14533723 or 10828578. OLE color: 10828578.

HSL color Cylindrical-coordinate representation of color #223BA5: hue angle of 228.55º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #223BA5 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 34 59 165 -
CMYK 0.79 0.64 0 0.35
HSL 228.55º 0.66% 0.39% -
HSV(B) 228.55º 0.79% 0.65% -
XYZ 9.02 6.18 36.32 -
YUV 63.61 185.22 106.88 -
System Red Green Blue C M Y K H S L
Decimal 34 59 165 0.79 0.64 0 0.35 228.55 0.66 0.39
Hex 22 3B A5 4F 40 0 23 E5 42 27
Octal 42 73 245 117 100 0 43 345 102 47
Binary 100010 111011 10100101 1001111 1000000 0 100011 11100101 1000010 100111

Color Harmonies of #223BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223BA5

Black with #223BA5

Text Example


Text Example

White with #223BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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