Html Css Color HEX #223D9C Egyptian Blue

📋 copy color: '#223D9C'

red 34 ◦ green 61 ◦ blue 156

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

Shades of Egyptian Blue #223D9C

Tints of Egyptian Blue #223D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.3%

 BLUE value IS 156 (61.33% from 255) = 62.15%

R = 13.55%
G = 24.3%
B = 62.15%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#223D9C (or 0x223D9C) is known color: Egyptian Blue. HEX triplet: 22, 3D and 9C. RGB value is (34,61,156). Sum of RGB (Red+Green+Blue) = 34+61+156=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #223D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223D9C is #DDC263. Grayscale: #3F3F3F. Windows color (decimal): -14533220 or 10239266. OLE color: 10239266.

HSL color Cylindrical-coordinate representation of color #223D9C: hue angle of 226.72º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #223D9C is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 61 156 -
CMYK 0.78 0.61 0 0.39
HSL 226.72º 0.64% 0.37% -
HSV(B) 226.72º 0.78% 0.61% -
XYZ 8.33 6.08 32.19 -
YUV 63.76 180.05 106.78 -
System Red Green Blue C M Y K H S L
Decimal 34 61 156 0.78 0.61 0 0.39 226.72 0.64 0.37
Hex 22 3D 9C 4E 3D 0 27 E3 40 25
Octal 42 75 234 116 75 0 47 343 100 45
Binary 100010 111101 10011100 1001110 111101 0 100111 11100011 1000000 100101

Color Harmonies of #223D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D9C

Black with #223D9C

Text Example


Text Example

White with #223D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,61,156); }

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

background-color css

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

 a { background-color: rgb(34,61,156); }

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

border-color css

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

 span { border-color: rgb(34,61,156); }

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