Html Css Color HEX #40209B Blue Gem

📋 copy color: '#40209B'

red 64 ◦ green 32 ◦ blue 155

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

Shades of Blue Gem #40209B

Tints of Blue Gem #40209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

 BLUE value IS 155 (60.94% from 255) = 61.75%

R = 25.5%
G = 12.75%
B = 61.75%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40209B (or 0x40209B) is known color: Blue Gem. HEX triplet: 40, 20 and 9B. RGB value is (64,32,155). Sum of RGB (Red+Green+Blue) = 64+32+155=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #40209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40209B is #BFDF64. Grayscale: #373737. Windows color (decimal): -12574565 or 10166336. OLE color: 10166336.

HSL color Cylindrical-coordinate representation of color #40209B: hue angle of 255.61º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40209B is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 32 155 -
CMYK 0.59 0.79 0 0.39
HSL 255.61º 0.66% 0.37% -
HSV(B) 255.61º 0.79% 0.61% -
XYZ 8.55 4.49 31.43 -
YUV 55.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 64 32 155 0.59 0.79 0 0.39 255.61 0.66 0.37
Hex 40 20 9B 3B 4F 0 27 100 42 25
Octal 100 40 233 73 117 0 47 400 102 45
Binary 1000000 100000 10011011 111011 1001111 0 100111 100000000 1000010 100101

Color Harmonies of #40209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40209B

Black with #40209B

Text Example


Text Example

White with #40209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40209B; }

 p { color: rgb(64,32,155); }

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

background-color css

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

 a { background-color: rgb(64,32,155); }

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

border-color css

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

 span { border-color: rgb(64,32,155); }

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