Html Css Color HEX #40339C Blue Gem

📋 copy color: '#40339C'

red 64 ◦ green 51 ◦ blue 156

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

Shades of Blue Gem #40339C

Tints of Blue Gem #40339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 23.62%
G = 18.82%
B = 57.56%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40339C (or 0x40339C) is known color: Blue Gem. HEX triplet: 40, 33 and 9C. RGB value is (64,51,156). Sum of RGB (Red+Green+Blue) = 64+51+156=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #40339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40339C is #BFCC63. Grayscale: #424242. Windows color (decimal): -12569700 or 10236736. OLE color: 10236736.

HSL color Cylindrical-coordinate representation of color #40339C: hue angle of 247.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40339C is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 51 156 -
CMYK 0.59 0.67 0 0.39
HSL 247.43º 0.51% 0.41% -
HSV(B) 247.43º 0.67% 0.61% -
XYZ 9.3 5.86 32.09 -
YUV 66.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 64 51 156 0.59 0.67 0 0.39 247.43 0.51 0.41
Hex 40 33 9C 3B 43 0 27 F7 33 29
Octal 100 63 234 73 103 0 47 367 63 51
Binary 1000000 110011 10011100 111011 1000011 0 100111 11110111 110011 101001

Color Harmonies of #40339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40339C

Black with #40339C

Text Example


Text Example

White with #40339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40339C; }

 p { color: rgb(64,51,156); }

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

background-color css

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

 a { background-color: rgb(64,51,156); }

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

border-color css

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

 span { border-color: rgb(64,51,156); }

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