Html Css Color HEX #23388F Egyptian Blue

📋 copy color: '#23388F'

red 35 ◦ green 56 ◦ blue 143

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

Shades of Egyptian Blue #23388F

Tints of Egyptian Blue #23388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 14.96%
G = 23.93%
B = 61.11%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23388F (or 0x23388F) is known color: Egyptian Blue. HEX triplet: 23, 38 and 8F. RGB value is (35,56,143). Sum of RGB (Red+Green+Blue) = 35+56+143=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #23388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23388F is #DCC770. Grayscale: #3B3B3B. Windows color (decimal): -14468977 or 9386019. OLE color: 9386019.

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

Color convert

RGB 35 56 143 -
CMYK 0.76 0.61 0 0.44
HSL 228.33º 0.61% 0.35% -
HSV(B) 228.33º 0.76% 0.56% -
XYZ 7.07 5.17 26.61 -
YUV 59.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 35 56 143 0.76 0.61 0 0.44 228.33 0.61 0.35
Hex 23 38 8F 4C 3D 0 2C E4 3D 23
Octal 43 70 217 114 75 0 54 344 75 43
Binary 100011 111000 10001111 1001100 111101 0 101100 11100100 111101 100011

Color Harmonies of #23388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23388F

Black with #23388F

Text Example


Text Example

White with #23388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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