Html Css Color HEX #233995 Egyptian Blue

📋 copy color: '#233995'

red 35 ◦ green 57 ◦ blue 149

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

Shades of Egyptian Blue #233995

Tints of Egyptian Blue #233995

RGB

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

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

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

R = 14.52%
G = 23.65%
B = 61.83%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#233995 (or 0x233995) is known color: Egyptian Blue. HEX triplet: 23, 39 and 95. RGB value is (35,57,149). Sum of RGB (Red+Green+Blue) = 35+57+149=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #233995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233995 is #DCC66A. Grayscale: #3C3C3C. Windows color (decimal): -14468715 or 9779491. OLE color: 9779491.

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

Color convert

RGB 35 57 149 -
CMYK 0.77 0.62 0 0.42
HSL 228.42º 0.62% 0.36% -
HSV(B) 228.42º 0.77% 0.58% -
XYZ 7.58 5.45 29.09 -
YUV 60.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 35 57 149 0.77 0.62 0 0.42 228.42 0.62 0.36
Hex 23 39 95 4D 3E 0 2A E4 3E 24
Octal 43 71 225 115 76 0 52 344 76 44
Binary 100011 111001 10010101 1001101 111110 0 101010 11100100 111110 100100

Color Harmonies of #233995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233995

Black with #233995

Text Example


Text Example

White with #233995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233995; }

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

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

background-color css

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

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

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

border-color css

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

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

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