Html Css Color HEX #4038AC Blue Gem

📋 copy color: '#4038AC'

red 64 ◦ green 56 ◦ blue 172

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

Shades of Blue Gem #4038AC

Tints of Blue Gem #4038AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.9%

R = 21.92%
G = 19.18%
B = 58.9%

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

#4038AC (or 0x4038AC) is known color: Blue Gem. HEX triplet: 40, 38 and AC. RGB value is (64,56,172). Sum of RGB (Red+Green+Blue) = 64+56+172=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #4038AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4038AC is #BFC753. Grayscale: #474747. Windows color (decimal): -12568404 or 11286592. OLE color: 11286592.

HSL color Cylindrical-coordinate representation of color #4038AC: hue angle of 244.14º 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 #4038AC is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 56 172 -
CMYK 0.63 0.67 0 0.33
HSL 244.14º 0.51% 0.45% -
HSV(B) 244.14º 0.67% 0.67% -
XYZ 10.97 6.9 39.78 -
YUV 71.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 64 56 172 0.63 0.67 0 0.33 244.14 0.51 0.45
Hex 40 38 AC 3F 43 0 21 F4 33 2D
Octal 100 70 254 77 103 0 41 364 63 55
Binary 1000000 111000 10101100 111111 1000011 0 100001 11110100 110011 101101

Color Harmonies of #4038AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4038AC

Black with #4038AC

Text Example


Text Example

White with #4038AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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