Html Css Color HEX #23449A Egyptian Blue

📋 copy color: '#23449A'

red 35 ◦ green 68 ◦ blue 154

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

Shades of Egyptian Blue #23449A

Tints of Egyptian Blue #23449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 13.62%
G = 26.46%
B = 59.92%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#23449A (or 0x23449A) is known color: Egyptian Blue. HEX triplet: 23, 44 and 9A. RGB value is (35,68,154). Sum of RGB (Red+Green+Blue) = 35+68+154=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #23449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23449A is #DCBB65. Grayscale: #434343. Windows color (decimal): -14465894 or 10109987. OLE color: 10109987.

HSL color Cylindrical-coordinate representation of color #23449A: hue angle of 223.36º 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 #23449A is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 68 154 -
CMYK 0.77 0.56 0 0.40
HSL 223.36º 0.63% 0.37% -
HSV(B) 223.36º 0.77% 0.6% -
XYZ 8.59 6.82 31.44 -
YUV 67.94 176.57 104.51 -
System Red Green Blue C M Y K H S L
Decimal 35 68 154 0.77 0.56 0 0.40 223.36 0.63 0.37
Hex 23 44 9A 4D 38 0 28 DF 3F 25
Octal 43 104 232 115 70 0 50 337 77 45
Binary 100011 1000100 10011010 1001101 111000 0 101000 11011111 111111 100101

Color Harmonies of #23449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23449A

Black with #23449A

Text Example


Text Example

White with #23449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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