Html Css Color HEX #233095 Egyptian Blue

📋 copy color: '#233095'

red 35 ◦ green 48 ◦ blue 149

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

Shades of Egyptian Blue #233095

Tints of Egyptian Blue #233095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

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

R = 15.09%
G = 20.69%
B = 64.22%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#233095 (or 0x233095) is known color: Egyptian Blue. HEX triplet: 23, 30 and 95. RGB value is (35,48,149). Sum of RGB (Red+Green+Blue) = 35+48+149=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #233095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233095 is #DCCF6A. Grayscale: #373737. Windows color (decimal): -14471019 or 9777187. OLE color: 9777187.

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

Color convert

RGB 35 48 149 -
CMYK 0.77 0.68 0 0.42
HSL 233.16º 0.62% 0.36% -
HSV(B) 233.16º 0.77% 0.58% -
XYZ 7.17 4.64 28.95 -
YUV 55.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 35 48 149 0.77 0.68 0 0.42 233.16 0.62 0.36
Hex 23 30 95 4D 44 0 2A E9 3E 24
Octal 43 60 225 115 104 0 52 351 76 44
Binary 100011 110000 10010101 1001101 1000100 0 101010 11101001 111110 100100

Color Harmonies of #233095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233095

Black with #233095

Text Example


Text Example

White with #233095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233095; }

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

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

background-color css

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

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

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

border-color css

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

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

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