Html Css Color HEX #40239C Blue Gem

📋 copy color: '#40239C'

red 64 ◦ green 35 ◦ blue 156

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

Shades of Blue Gem #40239C

Tints of Blue Gem #40239C

RGB

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

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

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

R = 25.1%
G = 13.73%
B = 61.18%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40239C (or 0x40239C) is known color: Blue Gem. HEX triplet: 40, 23 and 9C. RGB value is (64,35,156). Sum of RGB (Red+Green+Blue) = 64+35+156=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #40239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40239C is #BFDC63. Grayscale: #393939. Windows color (decimal): -12573796 or 10232640. OLE color: 10232640.

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

Color convert

RGB 64 35 156 -
CMYK 0.59 0.78 0 0.39
HSL 254.38º 0.63% 0.37% -
HSV(B) 254.38º 0.78% 0.61% -
XYZ 8.72 4.69 31.9 -
YUV 57.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 64 35 156 0.59 0.78 0 0.39 254.38 0.63 0.37
Hex 40 23 9C 3B 4E 0 27 FE 3F 25
Octal 100 43 234 73 116 0 47 376 77 45
Binary 1000000 100011 10011100 111011 1001110 0 100111 11111110 111111 100101

Color Harmonies of #40239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40239C

Black with #40239C

Text Example


Text Example

White with #40239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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