Html Css Color HEX #233C95 Egyptian Blue

📋 copy color: '#233C95'

red 35 ◦ green 60 ◦ blue 149

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

Shades of Egyptian Blue #233C95

Tints of Egyptian Blue #233C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

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

R = 14.34%
G = 24.59%
B = 61.07%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#233C95 (or 0x233C95) is known color: Egyptian Blue. HEX triplet: 23, 3C and 95. RGB value is (35,60,149). Sum of RGB (Red+Green+Blue) = 35+60+149=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #233C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233C95 is #DCC36A. Grayscale: #3E3E3E. Windows color (decimal): -14467947 or 9780259. OLE color: 9780259.

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

Color convert

RGB 35 60 149 -
CMYK 0.77 0.60 0 0.42
HSL 226.84º 0.62% 0.36% -
HSV(B) 226.84º 0.77% 0.58% -
XYZ 7.73 5.76 29.14 -
YUV 62.67 176.72 108.26 -
System Red Green Blue C M Y K H S L
Decimal 35 60 149 0.77 0.60 0 0.42 226.84 0.62 0.36
Hex 23 3C 95 4D 3C 0 2A E3 3E 24
Octal 43 74 225 115 74 0 52 343 76 44
Binary 100011 111100 10010101 1001101 111100 0 101010 11100011 111110 100100

Color Harmonies of #233C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233C95

Black with #233C95

Text Example


Text Example

White with #233C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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