Html Css Color HEX #4138AD Blue Gem

📋 copy color: '#4138AD'

red 65 ◦ green 56 ◦ blue 173

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

Shades of Blue Gem #4138AD

Tints of Blue Gem #4138AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.84%

R = 22.11%
G = 19.05%
B = 58.84%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4138AD (or 0x4138AD) is known color: Blue Gem. HEX triplet: 41, 38 and AD. RGB value is (65,56,173). Sum of RGB (Red+Green+Blue) = 65+56+173=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #4138AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4138AD is #BEC752. Grayscale: #474747. Windows color (decimal): -12502867 or 11352129. OLE color: 11352129.

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

Color convert

RGB 65 56 173 -
CMYK 0.62 0.68 0 0.32
HSL 244.62º 0.51% 0.45% -
HSV(B) 244.62º 0.68% 0.68% -
XYZ 11.14 6.97 40.29 -
YUV 72.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 65 56 173 0.62 0.68 0 0.32 244.62 0.51 0.45
Hex 41 38 AD 3E 44 0 20 F5 33 2D
Octal 101 70 255 76 104 0 40 365 63 55
Binary 1000001 111000 10101101 111110 1000100 0 100000 11110101 110011 101101

Color Harmonies of #4138AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4138AD

Black with #4138AD

Text Example


Text Example

White with #4138AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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