Html Css Color HEX #23269A Egyptian Blue

📋 copy color: '#23269A'

red 35 ◦ green 38 ◦ blue 154

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

Shades of Egyptian Blue #23269A

Tints of Egyptian Blue #23269A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.74%

 BLUE value IS 154 (60.55% from 255) = 67.84%

R = 15.42%
G = 16.74%
B = 67.84%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#23269A (or 0x23269A) is known color: Egyptian Blue. HEX triplet: 23, 26 and 9A. RGB value is (35,38,154). Sum of RGB (Red+Green+Blue) = 35+38+154=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #23269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23269A is #DCD965. Grayscale: #313131. Windows color (decimal): -14473574 or 10102307. OLE color: 10102307.

HSL color Cylindrical-coordinate representation of color #23269A: hue angle of 238.49º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23269A is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 38 154 -
CMYK 0.77 0.75 0 0.40
HSL 238.49º 0.63% 0.37% -
HSV(B) 238.49º 0.77% 0.6% -
XYZ 7.22 4.08 30.98 -
YUV 50.33 186.51 117.07 -
System Red Green Blue C M Y K H S L
Decimal 35 38 154 0.77 0.75 0 0.40 238.49 0.63 0.37
Hex 23 26 9A 4D 4B 0 28 EE 3F 25
Octal 43 46 232 115 113 0 50 356 77 45
Binary 100011 100110 10011010 1001101 1001011 0 101000 11101110 111111 100101

Color Harmonies of #23269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23269A

Black with #23269A

Text Example


Text Example

White with #23269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23269A; }

 p { color: rgb(35,38,154); }

 H1.HeaderClassName
 {
   color: #23269A;
 }
 .AnyTagClassName
 {
   color: #23269A;
 }
</style>

background-color css

<style>
 a { background-color: #23269A; }

 a { background-color: rgb(35,38,154); }

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

border-color css

<style>
 span { border-color: #23269A; }

 span { border-color: rgb(35,38,154); }

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