Html Css Color HEX #23359B Egyptian Blue

📋 copy color: '#23359B'

red 35 ◦ green 53 ◦ blue 155

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

Shades of Egyptian Blue #23359B

Tints of Egyptian Blue #23359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

 BLUE value IS 155 (60.94% from 255) = 63.79%

R = 14.4%
G = 21.81%
B = 63.79%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23359B (or 0x23359B) is known color: Egyptian Blue. HEX triplet: 23, 35 and 9B. RGB value is (35,53,155). Sum of RGB (Red+Green+Blue) = 35+53+155=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #23359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23359B is #DCCA64. Grayscale: #3A3A3A. Windows color (decimal): -14469733 or 10171683. OLE color: 10171683.

HSL color Cylindrical-coordinate representation of color #23359B: hue angle of 231º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23359B is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 53 155 -
CMYK 0.77 0.66 0 0.39
HSL 231º 0.63% 0.37% -
HSV(B) 231º 0.77% 0.61% -
XYZ 7.88 5.27 31.61 -
YUV 59.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 35 53 155 0.77 0.66 0 0.39 231 0.63 0.37
Hex 23 35 9B 4D 42 0 27 E7 3F 25
Octal 43 65 233 115 102 0 47 347 77 45
Binary 100011 110101 10011011 1001101 1000010 0 100111 11100111 111111 100101

Color Harmonies of #23359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23359B

Black with #23359B

Text Example


Text Example

White with #23359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23359B; }

 p { color: rgb(35,53,155); }

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

background-color css

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

 a { background-color: rgb(35,53,155); }

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

border-color css

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

 span { border-color: rgb(35,53,155); }

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