Html Css Color HEX #4136AB Blue Gem

📋 copy color: '#4136AB'

red 65 ◦ green 54 ◦ blue 171

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

Shades of Blue Gem #4136AB

Tints of Blue Gem #4136AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 22.41%
G = 18.62%
B = 58.97%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4136AB (or 0x4136AB) is known color: Blue Gem. HEX triplet: 41, 36 and AB. RGB value is (65,54,171). Sum of RGB (Red+Green+Blue) = 65+54+171=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #4136AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4136AB is #BEC954. Grayscale: #464646. Windows color (decimal): -12503381 or 11220545. OLE color: 11220545.

HSL color Cylindrical-coordinate representation of color #4136AB: hue angle of 245.64º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4136AB is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 54 171 -
CMYK 0.62 0.68 0 0.33
HSL 245.64º 0.52% 0.44% -
HSV(B) 245.64º 0.68% 0.67% -
XYZ 10.85 6.7 39.25 -
YUV 70.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 65 54 171 0.62 0.68 0 0.33 245.64 0.52 0.44
Hex 41 36 AB 3E 44 0 21 F6 34 2C
Octal 101 66 253 76 104 0 41 366 64 54
Binary 1000001 110110 10101011 111110 1000100 0 100001 11110110 110100 101100

Color Harmonies of #4136AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4136AB

Black with #4136AB

Text Example


Text Example

White with #4136AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,54,171); }

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

background-color css

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

 a { background-color: rgb(65,54,171); }

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

border-color css

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

 span { border-color: rgb(65,54,171); }

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