Html Css Color HEX #40309E Blue Gem

📋 copy color: '#40309E'

red 64 ◦ green 48 ◦ blue 158

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

Shades of Blue Gem #40309E

Tints of Blue Gem #40309E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 23.7%
G = 17.78%
B = 58.52%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40309E (or 0x40309E) is known color: Blue Gem. HEX triplet: 40, 30 and 9E. RGB value is (64,48,158). Sum of RGB (Red+Green+Blue) = 64+48+158=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #40309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40309E is #BFCF61. Grayscale: #404040. Windows color (decimal): -12570466 or 10367040. OLE color: 10367040.

HSL color Cylindrical-coordinate representation of color #40309E: hue angle of 248.73º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40309E is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 48 158 -
CMYK 0.59 0.70 0 0.38
HSL 248.73º 0.53% 0.4% -
HSV(B) 248.73º 0.7% 0.62% -
XYZ 9.34 5.67 32.95 -
YUV 65.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 64 48 158 0.59 0.70 0 0.38 248.73 0.53 0.4
Hex 40 30 9E 3B 46 0 26 F9 35 28
Octal 100 60 236 73 106 0 46 371 65 50
Binary 1000000 110000 10011110 111011 1000110 0 100110 11111001 110101 101000

Color Harmonies of #40309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40309E

Black with #40309E

Text Example


Text Example

White with #40309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40309E; }

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

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

background-color css

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

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

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

border-color css

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

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

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