Html Css Color HEX #233BA6 Egyptian Blue

📋 copy color: '#233BA6'

red 35 ◦ green 59 ◦ blue 166

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

Shades of Egyptian Blue #233BA6

Tints of Egyptian Blue #233BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

 BLUE value IS 166 (65.23% from 255) = 63.85%

R = 13.46%
G = 22.69%
B = 63.85%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#233BA6 (or 0x233BA6) is known color: Egyptian Blue. HEX triplet: 23, 3B and A6. RGB value is (35,59,166). Sum of RGB (Red+Green+Blue) = 35+59+166=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 166 (65.23% from 255 or 63.85% from 260); Max value from RGB is 166 - color contains mainly: blue. Hex color #233BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233BA6 is #DCC459. Grayscale: #3F3F3F. Windows color (decimal): -14468186 or 10894115. OLE color: 10894115.

HSL color Cylindrical-coordinate representation of color #233BA6: hue angle of 229.01º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #233BA6 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 35 59 166 -
CMYK 0.79 0.64 0 0.35
HSL 229.01º 0.65% 0.39% -
HSV(B) 229.01º 0.79% 0.65% -
XYZ 9.14 6.24 36.8 -
YUV 64.02 185.55 107.3 -
System Red Green Blue C M Y K H S L
Decimal 35 59 166 0.79 0.64 0 0.35 229.01 0.65 0.39
Hex 23 3B A6 4F 40 0 23 E5 41 27
Octal 43 73 246 117 100 0 43 345 101 47
Binary 100011 111011 10100110 1001111 1000000 0 100011 11100101 1000001 100111

Color Harmonies of #233BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233BA6

Black with #233BA6

Text Example


Text Example

White with #233BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,59,166); }

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

background-color css

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

 a { background-color: rgb(35,59,166); }

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

border-color css

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

 span { border-color: rgb(35,59,166); }

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