Html Css Color HEX #233090 Egyptian Blue

📋 copy color: '#233090'

red 35 ◦ green 48 ◦ blue 144

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

Shades of Egyptian Blue #233090

Tints of Egyptian Blue #233090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 63.44%

R = 15.42%
G = 21.15%
B = 63.44%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#233090 (or 0x233090) is known color: Egyptian Blue. HEX triplet: 23, 30 and 90. RGB value is (35,48,144). Sum of RGB (Red+Green+Blue) = 35+48+144=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #233090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233090 is #DCCF6F. Grayscale: #363636. Windows color (decimal): -14471024 or 9449507. OLE color: 9449507.

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

Color convert

RGB 35 48 144 -
CMYK 0.76 0.67 0 0.44
HSL 232.84º 0.61% 0.35% -
HSV(B) 232.84º 0.76% 0.56% -
XYZ 6.78 4.48 26.89 -
YUV 55.06 178.19 113.69 -
System Red Green Blue C M Y K H S L
Decimal 35 48 144 0.76 0.67 0 0.44 232.84 0.61 0.35
Hex 23 30 90 4C 43 0 2C E9 3D 23
Octal 43 60 220 114 103 0 54 351 75 43
Binary 100011 110000 10010000 1001100 1000011 0 101100 11101001 111101 100011

Color Harmonies of #233090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233090

Black with #233090

Text Example


Text Example

White with #233090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233090; }

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

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

background-color css

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

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

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

border-color css

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

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

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