Html Css Color HEX #2344A3 Egyptian Blue

📋 copy color: '#2344A3'

red 35 ◦ green 68 ◦ blue 163

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

Shades of Egyptian Blue #2344A3

Tints of Egyptian Blue #2344A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 61.28%

R = 13.16%
G = 25.56%
B = 61.28%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2344A3 (or 0x2344A3) is known color: Egyptian Blue. HEX triplet: 23, 44 and A3. RGB value is (35,68,163). Sum of RGB (Red+Green+Blue) = 35+68+163=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 163 (64.06% from 255 or 61.28% from 266); Max value from RGB is 163 - color contains mainly: blue. Hex color #2344A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2344A3 is #DCBB5C. Grayscale: #444444. Windows color (decimal): -14465885 or 10699811. OLE color: 10699811.

HSL color Cylindrical-coordinate representation of color #2344A3: hue angle of 224.53º 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 #2344A3 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 35 68 163 -
CMYK 0.79 0.58 0 0.36
HSL 224.53º 0.65% 0.39% -
HSV(B) 224.53º 0.79% 0.64% -
XYZ 9.37 7.14 35.53 -
YUV 68.96 181.07 103.78 -
System Red Green Blue C M Y K H S L
Decimal 35 68 163 0.79 0.58 0 0.36 224.53 0.65 0.39
Hex 23 44 A3 4F 3A 0 24 E1 41 27
Octal 43 104 243 117 72 0 44 341 101 47
Binary 100011 1000100 10100011 1001111 111010 0 100100 11100001 1000001 100111

Color Harmonies of #2344A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2344A3

Black with #2344A3

Text Example


Text Example

White with #2344A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2344A3; }

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

 H1.HeaderClassName
 {
   color: #2344A3;
 }
 .AnyTagClassName
 {
   color: #2344A3;
 }
</style>

background-color css

<style>
 a { background-color: #2344A3; }

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

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

border-color css

<style>
 span { border-color: #2344A3; }

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

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