Html Css Color HEX #233395 Egyptian Blue

📋 copy color: '#233395'

red 35 ◦ green 51 ◦ blue 149

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

Shades of Egyptian Blue #233395

Tints of Egyptian Blue #233395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 149 (58.59% from 255) = 63.4%

R = 14.89%
G = 21.7%
B = 63.4%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#233395 (or 0x233395) is known color: Egyptian Blue. HEX triplet: 23, 33 and 95. RGB value is (35,51,149). Sum of RGB (Red+Green+Blue) = 35+51+149=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #233395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233395 is #DCCC6A. Grayscale: #383838. Windows color (decimal): -14470251 or 9777955. OLE color: 9777955.

HSL color Cylindrical-coordinate representation of color #233395: hue angle of 231.58º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233395 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 51 149 -
CMYK 0.77 0.66 0 0.42
HSL 231.58º 0.62% 0.36% -
HSV(B) 231.58º 0.77% 0.58% -
XYZ 7.3 4.89 28.99 -
YUV 57.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 35 51 149 0.77 0.66 0 0.42 231.58 0.62 0.36
Hex 23 33 95 4D 42 0 2A E8 3E 24
Octal 43 63 225 115 102 0 52 350 76 44
Binary 100011 110011 10010101 1001101 1000010 0 101010 11101000 111110 100100

Color Harmonies of #233395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233395

Black with #233395

Text Example


Text Example

White with #233395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233395; }

 p { color: rgb(35,51,149); }

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

background-color css

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

 a { background-color: rgb(35,51,149); }

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

border-color css

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

 span { border-color: rgb(35,51,149); }

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