Html Css Color HEX #403094 Blue Gem

📋 copy color: '#403094'

red 64 ◦ green 48 ◦ blue 148

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

Shades of Blue Gem #403094

Tints of Blue Gem #403094

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 24.62%
G = 18.46%
B = 56.92%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#403094 (or 0x403094) is known color: Blue Gem. HEX triplet: 40, 30 and 94. RGB value is (64,48,148). Sum of RGB (Red+Green+Blue) = 64+48+148=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #403094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403094 is #BFCF6B. Grayscale: #3F3F3F. Windows color (decimal): -12570476 or 9711680. OLE color: 9711680.

HSL color Cylindrical-coordinate representation of color #403094: hue angle of 249.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #403094 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 48 148 -
CMYK 0.57 0.68 0 0.42
HSL 249.6º 0.51% 0.38% -
HSV(B) 249.6º 0.68% 0.58% -
XYZ 8.52 5.34 28.6 -
YUV 64.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 64 48 148 0.57 0.68 0 0.42 249.6 0.51 0.38
Hex 40 30 94 39 44 0 2A FA 33 26
Octal 100 60 224 71 104 0 52 372 63 46
Binary 1000000 110000 10010100 111001 1000100 0 101010 11111010 110011 100110

Color Harmonies of #403094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403094

Black with #403094

Text Example


Text Example

White with #403094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403094; }

 p { color: rgb(64,48,148); }

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

background-color css

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

 a { background-color: rgb(64,48,148); }

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

border-color css

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

 span { border-color: rgb(64,48,148); }

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