Html Css Color HEX #403AB0 Blue Gem

📋 copy color: '#403AB0'

red 64 ◦ green 58 ◦ blue 176

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

Shades of Blue Gem #403AB0

Tints of Blue Gem #403AB0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.46%

 BLUE value IS 176 (69.14% from 255) = 59.06%

R = 21.48%
G = 19.46%
B = 59.06%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#403AB0 (or 0x403AB0) is known color: Blue Gem. HEX triplet: 40, 3A and B0. RGB value is (64,58,176). Sum of RGB (Red+Green+Blue) = 64+58+176=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 176 (69.14% from 255 or 59.06% from 298); Max value from RGB is 176 - color contains mainly: blue. Hex color #403AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AB0 is #BFC54F. Grayscale: #484848. Windows color (decimal): -12567888 or 11549248. OLE color: 11549248.

HSL color Cylindrical-coordinate representation of color #403AB0: hue angle of 243.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403AB0 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 58 176 -
CMYK 0.64 0.67 0 0.31
HSL 243.05º 0.5% 0.46% -
HSV(B) 243.05º 0.67% 0.69% -
XYZ 11.46 7.25 41.87 -
YUV 73.25 185.99 121.41 -
System Red Green Blue C M Y K H S L
Decimal 64 58 176 0.64 0.67 0 0.31 243.05 0.5 0.46
Hex 40 3A B0 40 43 0 1F F3 32 2E
Octal 100 72 260 100 103 0 37 363 62 56
Binary 1000000 111010 10110000 1000000 1000011 0 11111 11110011 110010 101110

Color Harmonies of #403AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403AB0

Black with #403AB0

Text Example


Text Example

White with #403AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403AB0; }

 p { color: rgb(64,58,176); }

 H1.HeaderClassName
 {
   color: #403AB0;
 }
 .AnyTagClassName
 {
   color: #403AB0;
 }
</style>

background-color css

<style>
 a { background-color: #403AB0; }

 a { background-color: rgb(64,58,176); }

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

border-color css

<style>
 span { border-color: #403AB0; }

 span { border-color: rgb(64,58,176); }

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