Html Css Color HEX #233BA4 Egyptian Blue

📋 copy color: '#233BA4'

red 35 ◦ green 59 ◦ blue 164

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

Shades of Egyptian Blue #233BA4

Tints of Egyptian Blue #233BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 63.57%

R = 13.57%
G = 22.87%
B = 63.57%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#233BA4 (or 0x233BA4) is known color: Egyptian Blue. HEX triplet: 23, 3B and A4. RGB value is (35,59,164). Sum of RGB (Red+Green+Blue) = 35+59+164=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #233BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233BA4 is #DCC45B. Grayscale: #3F3F3F. Windows color (decimal): -14468188 or 10763043. OLE color: 10763043.

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

Color convert

RGB 35 59 164 -
CMYK 0.79 0.64 0 0.36
HSL 228.84º 0.65% 0.39% -
HSV(B) 228.84º 0.79% 0.64% -
XYZ 8.96 6.17 35.84 -
YUV 63.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 35 59 164 0.79 0.64 0 0.36 228.84 0.65 0.39
Hex 23 3B A4 4F 40 0 24 E5 41 27
Octal 43 73 244 117 100 0 44 345 101 47
Binary 100011 111011 10100100 1001111 1000000 0 100100 11100101 1000001 100111

Color Harmonies of #233BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233BA4

Black with #233BA4

Text Example


Text Example

White with #233BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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