Html Css Color HEX #4038AE Blue Gem

📋 copy color: '#4038AE'

red 64 ◦ green 56 ◦ blue 174

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

Shades of Blue Gem #4038AE

Tints of Blue Gem #4038AE

RGB

 RED value IS 64 (25.39% from 255) = 21.77%

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

 BLUE value IS 174 (68.36% from 255) = 59.18%

R = 21.77%
G = 19.05%
B = 59.18%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4038AE (or 0x4038AE) is known color: Blue Gem. HEX triplet: 40, 38 and AE. RGB value is (64,56,174). Sum of RGB (Red+Green+Blue) = 64+56+174=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #4038AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4038AE is #BFC751. Grayscale: #474747. Windows color (decimal): -12568402 or 11417664. OLE color: 11417664.

HSL color Cylindrical-coordinate representation of color #4038AE: hue angle of 244.07º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4038AE is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 56 174 -
CMYK 0.63 0.68 0 0.32
HSL 244.07º 0.51% 0.45% -
HSV(B) 244.07º 0.68% 0.68% -
XYZ 11.17 6.97 40.8 -
YUV 71.84 185.65 122.41 -
System Red Green Blue C M Y K H S L
Decimal 64 56 174 0.63 0.68 0 0.32 244.07 0.51 0.45
Hex 40 38 AE 3F 44 0 20 F4 33 2D
Octal 100 70 256 77 104 0 40 364 63 55
Binary 1000000 111000 10101110 111111 1000100 0 100000 11110100 110011 101101

Color Harmonies of #4038AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4038AE

Black with #4038AE

Text Example


Text Example

White with #4038AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4038AE; }

 p { color: rgb(64,56,174); }

 H1.HeaderClassName
 {
   color: #4038AE;
 }
 .AnyTagClassName
 {
   color: #4038AE;
 }
</style>

background-color css

<style>
 a { background-color: #4038AE; }

 a { background-color: rgb(64,56,174); }

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

border-color css

<style>
 span { border-color: #4038AE; }

 span { border-color: rgb(64,56,174); }

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