Html Css Color HEX #4138AC Blue Gem

📋 copy color: '#4138AC'

red 65 ◦ green 56 ◦ blue 172

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

Shades of Blue Gem #4138AC

Tints of Blue Gem #4138AC

RGB

 RED value IS 65 (25.78% from 255) = 22.18%

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

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

R = 22.18%
G = 19.11%
B = 58.7%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4138AC (or 0x4138AC) is known color: Blue Gem. HEX triplet: 41, 38 and AC. RGB value is (65,56,172). Sum of RGB (Red+Green+Blue) = 65+56+172=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #4138AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4138AC is #BEC753. Grayscale: #474747. Windows color (decimal): -12502868 or 11286593. OLE color: 11286593.

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

Color convert

RGB 65 56 172 -
CMYK 0.62 0.67 0 0.33
HSL 244.66º 0.51% 0.45% -
HSV(B) 244.66º 0.67% 0.67% -
XYZ 11.04 6.93 39.79 -
YUV 71.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 65 56 172 0.62 0.67 0 0.33 244.66 0.51 0.45
Hex 41 38 AC 3E 43 0 21 F5 33 2D
Octal 101 70 254 76 103 0 41 365 63 55
Binary 1000001 111000 10101100 111110 1000011 0 100001 11110101 110011 101101

Color Harmonies of #4138AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4138AC

Black with #4138AC

Text Example


Text Example

White with #4138AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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