Html Css Color HEX #40239A Blue Gem

📋 copy color: '#40239A'

red 64 ◦ green 35 ◦ blue 154

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

Shades of Blue Gem #40239A

Tints of Blue Gem #40239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

 BLUE value IS 154 (60.55% from 255) = 60.87%

R = 25.3%
G = 13.83%
B = 60.87%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#40239A (or 0x40239A) is known color: Blue Gem. HEX triplet: 40, 23 and 9A. RGB value is (64,35,154). Sum of RGB (Red+Green+Blue) = 64+35+154=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 154 (60.55% from 255 or 60.87% from 253); Max value from RGB is 154 - color contains mainly: blue. Hex color #40239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40239A is #BFDC65. Grayscale: #383838. Windows color (decimal): -12573798 or 10101568. OLE color: 10101568.

HSL color Cylindrical-coordinate representation of color #40239A: hue angle of 254.62º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40239A is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 35 154 -
CMYK 0.58 0.77 0 0.40
HSL 254.62º 0.63% 0.37% -
HSV(B) 254.62º 0.77% 0.6% -
XYZ 8.55 4.63 31.01 -
YUV 57.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 64 35 154 0.58 0.77 0 0.40 254.62 0.63 0.37
Hex 40 23 9A 3A 4D 0 28 FF 3F 25
Octal 100 43 232 72 115 0 50 377 77 45
Binary 1000000 100011 10011010 111010 1001101 0 101000 11111111 111111 100101

Color Harmonies of #40239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40239A

Black with #40239A

Text Example


Text Example

White with #40239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40239A; }

 p { color: rgb(64,35,154); }

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

background-color css

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

 a { background-color: rgb(64,35,154); }

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

border-color css

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

 span { border-color: rgb(64,35,154); }

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