Html Css Color HEX #233990 Egyptian Blue

📋 copy color: '#233990'

red 35 ◦ green 57 ◦ blue 144

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

Shades of Egyptian Blue #233990

Tints of Egyptian Blue #233990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

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

R = 14.83%
G = 24.15%
B = 61.02%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#233990 (or 0x233990) is known color: Egyptian Blue. HEX triplet: 23, 39 and 90. RGB value is (35,57,144). Sum of RGB (Red+Green+Blue) = 35+57+144=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #233990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233990 is #DCC66F. Grayscale: #3B3B3B. Windows color (decimal): -14468720 or 9451811. OLE color: 9451811.

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

Color convert

RGB 35 57 144 -
CMYK 0.76 0.60 0 0.44
HSL 227.89º 0.61% 0.35% -
HSV(B) 227.89º 0.76% 0.56% -
XYZ 7.19 5.3 27.03 -
YUV 60.34 175.21 109.93 -
System Red Green Blue C M Y K H S L
Decimal 35 57 144 0.76 0.60 0 0.44 227.89 0.61 0.35
Hex 23 39 90 4C 3C 0 2C E4 3D 23
Octal 43 71 220 114 74 0 54 344 75 43
Binary 100011 111001 10010000 1001100 111100 0 101100 11100100 111101 100011

Color Harmonies of #233990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233990

Black with #233990

Text Example


Text Example

White with #233990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233990; }

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

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

background-color css

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

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

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

border-color css

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

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

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