Html Css Color HEX #233790 Egyptian Blue

📋 copy color: '#233790'

red 35 ◦ green 55 ◦ blue 144

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

Shades of Egyptian Blue #233790

Tints of Egyptian Blue #233790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

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

R = 14.96%
G = 23.5%
B = 61.54%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#233790 (or 0x233790) is known color: Egyptian Blue. HEX triplet: 23, 37 and 90. RGB value is (35,55,144). Sum of RGB (Red+Green+Blue) = 35+55+144=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #233790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233790 is #DCC86F. Grayscale: #3A3A3A. Windows color (decimal): -14469232 or 9451299. OLE color: 9451299.

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

Color convert

RGB 35 55 144 -
CMYK 0.76 0.62 0 0.44
HSL 228.99º 0.61% 0.35% -
HSV(B) 228.99º 0.76% 0.56% -
XYZ 7.09 5.1 27 -
YUV 59.17 175.87 110.76 -
System Red Green Blue C M Y K H S L
Decimal 35 55 144 0.76 0.62 0 0.44 228.99 0.61 0.35
Hex 23 37 90 4C 3E 0 2C E5 3D 23
Octal 43 67 220 114 76 0 54 345 75 43
Binary 100011 110111 10010000 1001100 111110 0 101100 11100101 111101 100011

Color Harmonies of #233790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233790

Black with #233790

Text Example


Text Example

White with #233790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233790; }

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

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

background-color css

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

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

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

border-color css

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

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

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