Html Css Color HEX #233295 Egyptian Blue

📋 copy color: '#233295'

red 35 ◦ green 50 ◦ blue 149

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

Shades of Egyptian Blue #233295

Tints of Egyptian Blue #233295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 14.96%
G = 21.37%
B = 63.68%

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

#233295 (or 0x233295) is known color: Egyptian Blue. HEX triplet: 23, 32 and 95. RGB value is (35,50,149). Sum of RGB (Red+Green+Blue) = 35+50+149=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #233295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233295 is #DCCD6A. Grayscale: #383838. Windows color (decimal): -14470507 or 9777699. OLE color: 9777699.

HSL color Cylindrical-coordinate representation of color #233295: hue angle of 232.11º 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 #233295 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 50 149 -
CMYK 0.77 0.66 0 0.42
HSL 232.11º 0.62% 0.36% -
HSV(B) 232.11º 0.77% 0.58% -
XYZ 7.26 4.81 28.98 -
YUV 56.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 35 50 149 0.77 0.66 0 0.42 232.11 0.62 0.36
Hex 23 32 95 4D 42 0 2A E8 3E 24
Octal 43 62 225 115 102 0 52 350 76 44
Binary 100011 110010 10010101 1001101 1000010 0 101010 11101000 111110 100100

Color Harmonies of #233295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233295

Black with #233295

Text Example


Text Example

White with #233295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233295; }

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

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

background-color css

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

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

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

border-color css

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

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

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