Html Css Color HEX #4038AB Blue Gem

📋 copy color: '#4038AB'

red 64 ◦ green 56 ◦ blue 171

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

Shades of Blue Gem #4038AB

Tints of Blue Gem #4038AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 21.99%
G = 19.24%
B = 58.76%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4038AB (or 0x4038AB) is known color: Blue Gem. HEX triplet: 40, 38 and AB. RGB value is (64,56,171). Sum of RGB (Red+Green+Blue) = 64+56+171=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #4038AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4038AB is #BFC754. Grayscale: #474747. Windows color (decimal): -12568405 or 11221056. OLE color: 11221056.

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

Color convert

RGB 64 56 171 -
CMYK 0.63 0.67 0 0.33
HSL 244.17º 0.51% 0.45% -
HSV(B) 244.17º 0.67% 0.67% -
XYZ 10.88 6.86 39.28 -
YUV 71.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 64 56 171 0.63 0.67 0 0.33 244.17 0.51 0.45
Hex 40 38 AB 3F 43 0 21 F4 33 2D
Octal 100 70 253 77 103 0 41 364 63 55
Binary 1000000 111000 10101011 111111 1000011 0 100001 11110100 110011 101101

Color Harmonies of #4038AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4038AB

Black with #4038AB

Text Example


Text Example

White with #4038AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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