Html Css Color HEX #233690 Egyptian Blue

📋 copy color: '#233690'

red 35 ◦ green 54 ◦ blue 144

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

Shades of Egyptian Blue #233690

Tints of Egyptian Blue #233690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

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

R = 15.02%
G = 23.18%
B = 61.8%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#233690 (or 0x233690) is known color: Egyptian Blue. HEX triplet: 23, 36 and 90. RGB value is (35,54,144). Sum of RGB (Red+Green+Blue) = 35+54+144=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #233690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233690 is #DCC96F. Grayscale: #3A3A3A. Windows color (decimal): -14469488 or 9451043. OLE color: 9451043.

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

Color convert

RGB 35 54 144 -
CMYK 0.76 0.63 0 0.44
HSL 229.54º 0.61% 0.35% -
HSV(B) 229.54º 0.76% 0.56% -
XYZ 7.05 5.01 26.98 -
YUV 58.58 176.21 111.18 -
System Red Green Blue C M Y K H S L
Decimal 35 54 144 0.76 0.63 0 0.44 229.54 0.61 0.35
Hex 23 36 90 4C 3F 0 2C E6 3D 23
Octal 43 66 220 114 77 0 54 346 75 43
Binary 100011 110110 10010000 1001100 111111 0 101100 11100110 111101 100011

Color Harmonies of #233690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233690

Black with #233690

Text Example


Text Example

White with #233690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233690; }

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

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

background-color css

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

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

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

border-color css

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

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

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