Html Css Color HEX #23308E Egyptian Blue

📋 copy color: '#23308E'

red 35 ◦ green 48 ◦ blue 142

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

Shades of Egyptian Blue #23308E

Tints of Egyptian Blue #23308E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

 BLUE value IS 142 (55.86% from 255) = 63.11%

R = 15.56%
G = 21.33%
B = 63.11%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23308E (or 0x23308E) is known color: Egyptian Blue. HEX triplet: 23, 30 and 8E. RGB value is (35,48,142). Sum of RGB (Red+Green+Blue) = 35+48+142=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #23308E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23308E is #DCCF71. Grayscale: #363636. Windows color (decimal): -14471026 or 9318435. OLE color: 9318435.

HSL color Cylindrical-coordinate representation of color #23308E: hue angle of 232.71º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23308E is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 48 142 -
CMYK 0.75 0.66 0 0.44
HSL 232.71º 0.6% 0.35% -
HSV(B) 232.71º 0.75% 0.56% -
XYZ 6.63 4.42 26.1 -
YUV 54.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 35 48 142 0.75 0.66 0 0.44 232.71 0.6 0.35
Hex 23 30 8E 4B 42 0 2C E9 3C 23
Octal 43 60 216 113 102 0 54 351 74 43
Binary 100011 110000 10001110 1001011 1000010 0 101100 11101001 111100 100011

Color Harmonies of #23308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23308E

Black with #23308E

Text Example


Text Example

White with #23308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23308E; }

 p { color: rgb(35,48,142); }

 H1.HeaderClassName
 {
   color: #23308E;
 }
 .AnyTagClassName
 {
   color: #23308E;
 }
</style>

background-color css

<style>
 a { background-color: #23308E; }

 a { background-color: rgb(35,48,142); }

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

border-color css

<style>
 span { border-color: #23308E; }

 span { border-color: rgb(35,48,142); }

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