Html Css Color HEX #2438A4 Egyptian Blue

📋 copy color: '#2438A4'

red 36 ◦ green 56 ◦ blue 164

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

Shades of Egyptian Blue #2438A4

Tints of Egyptian Blue #2438A4

RGB

 RED value IS 36 (14.45% from 255) = 14.06%

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 14.06%
G = 21.88%
B = 64.06%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2438A4 (or 0x2438A4) is known color: Egyptian Blue. HEX triplet: 24, 38 and A4. RGB value is (36,56,164). Sum of RGB (Red+Green+Blue) = 36+56+164=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 164 (64.45% from 255 or 64.06% from 256); Max value from RGB is 164 - color contains mainly: blue. Hex color #2438A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2438A4 is #DBC75B. Grayscale: #3D3D3D. Windows color (decimal): -14403420 or 10762276. OLE color: 10762276.

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

Color convert

RGB 36 56 164 -
CMYK 0.78 0.66 0 0.36
HSL 230.63º 0.64% 0.39% -
HSV(B) 230.63º 0.78% 0.64% -
XYZ 8.84 5.88 35.79 -
YUV 62.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 36 56 164 0.78 0.66 0 0.36 230.63 0.64 0.39
Hex 24 38 A4 4E 42 0 24 E7 40 27
Octal 44 70 244 116 102 0 44 347 100 47
Binary 100100 111000 10100100 1001110 1000010 0 100100 11100111 1000000 100111

Color Harmonies of #2438A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2438A4

Black with #2438A4

Text Example


Text Example

White with #2438A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2438A4; }

 p { color: rgb(36,56,164); }

 H1.HeaderClassName
 {
   color: #2438A4;
 }
 .AnyTagClassName
 {
   color: #2438A4;
 }
</style>

background-color css

<style>
 a { background-color: #2438A4; }

 a { background-color: rgb(36,56,164); }

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

border-color css

<style>
 span { border-color: #2438A4; }

 span { border-color: rgb(36,56,164); }

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