Html Css Color HEX #233F95 Egyptian Blue

📋 copy color: '#233F95'

red 35 ◦ green 63 ◦ blue 149

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

Shades of Egyptian Blue #233F95

Tints of Egyptian Blue #233F95

RGB

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

 GREEN value IS 63 (25% from 255) = 25.51%

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

R = 14.17%
G = 25.51%
B = 60.32%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#233F95 (or 0x233F95) is known color: Egyptian Blue. HEX triplet: 23, 3F and 95. RGB value is (35,63,149). Sum of RGB (Red+Green+Blue) = 35+63+149=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #233F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233F95 is #DCC06A. Grayscale: #404040. Windows color (decimal): -14467179 or 9781027. OLE color: 9781027.

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

Color convert

RGB 35 63 149 -
CMYK 0.77 0.58 0 0.42
HSL 225.26º 0.62% 0.36% -
HSV(B) 225.26º 0.77% 0.58% -
XYZ 7.9 6.08 29.19 -
YUV 64.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 35 63 149 0.77 0.58 0 0.42 225.26 0.62 0.36
Hex 23 3F 95 4D 3A 0 2A E1 3E 24
Octal 43 77 225 115 72 0 52 341 76 44
Binary 100011 111111 10010101 1001101 111010 0 101010 11100001 111110 100100

Color Harmonies of #233F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233F95

Black with #233F95

Text Example


Text Example

White with #233F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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