Html Css Color HEX #23328F Egyptian Blue

📋 copy color: '#23328F'

red 35 ◦ green 50 ◦ blue 143

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

Shades of Egyptian Blue #23328F

Tints of Egyptian Blue #23328F

RGB

 RED value IS 35 (14.06% from 255) = 15.35%

 GREEN value IS 50 (19.92% from 255) = 21.93%

 BLUE value IS 143 (56.25% from 255) = 62.72%

R = 15.35%
G = 21.93%
B = 62.72%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23328F (or 0x23328F) is known color: Egyptian Blue. HEX triplet: 23, 32 and 8F. RGB value is (35,50,143). Sum of RGB (Red+Green+Blue) = 35+50+143=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #23328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23328F is #DCCD70. Grayscale: #373737. Windows color (decimal): -14470513 or 9384483. OLE color: 9384483.

HSL color Cylindrical-coordinate representation of color #23328F: hue angle of 231.67º degrees, saturation: 0.61, 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 #23328F is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 50 143 -
CMYK 0.76 0.65 0 0.44
HSL 231.67º 0.61% 0.35% -
HSV(B) 231.67º 0.76% 0.56% -
XYZ 6.79 4.62 26.52 -
YUV 56.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 35 50 143 0.76 0.65 0 0.44 231.67 0.61 0.35
Hex 23 32 8F 4C 41 0 2C E8 3D 23
Octal 43 62 217 114 101 0 54 350 75 43
Binary 100011 110010 10001111 1001100 1000001 0 101100 11101000 111101 100011

Color Harmonies of #23328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23328F

Black with #23328F

Text Example


Text Example

White with #23328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23328F; }

 p { color: rgb(35,50,143); }

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

background-color css

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

 a { background-color: rgb(35,50,143); }

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

border-color css

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

 span { border-color: rgb(35,50,143); }

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