Html Css Color HEX #4038A0 Blue Gem

📋 copy color: '#4038A0'

red 64 ◦ green 56 ◦ blue 160

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

Shades of Blue Gem #4038A0

Tints of Blue Gem #4038A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 57.14%

R = 22.86%
G = 20%
B = 57.14%

CMYK

 C value IS 0.6

 M value IS 0.65

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4038A0 (or 0x4038A0) is known color: Blue Gem. HEX triplet: 40, 38 and A0. RGB value is (64,56,160). Sum of RGB (Red+Green+Blue) = 64+56+160=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 160 (62.89% from 255 or 57.14% from 280); Max value from RGB is 160 - color contains mainly: blue. Hex color #4038A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4038A0 is #BFC75F. Grayscale: #454545. Windows color (decimal): -12568416 or 10500160. OLE color: 10500160.

HSL color Cylindrical-coordinate representation of color #4038A0: hue angle of 244.62º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4038A0 is Cyan = 0.6, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 56 160 -
CMYK 0.6 0.65 0 0.37
HSL 244.62º 0.48% 0.42% -
HSV(B) 244.62º 0.65% 0.63% -
XYZ 9.87 6.46 33.98 -
YUV 70.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 64 56 160 0.6 0.65 0 0.37 244.62 0.48 0.42
Hex 40 38 A0 3C 41 0 25 F5 30 2A
Octal 100 70 240 74 101 0 45 365 60 52
Binary 1000000 111000 10100000 111100 1000001 0 100101 11110101 110000 101010

Color Harmonies of #4038A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4038A0

Black with #4038A0

Text Example


Text Example

White with #4038A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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