#42349D

Color #42349D Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #42349D

Tints of Blue Gem #42349D

Color information

#42349D (or 0x42349D) is unknown color: approx Blue Gem. HEX triplet: 42, 34 and 9D. RGB value is (66,52,157). Sum of RGB (Red+Green+Blue) = 66+52+157=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #42349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42349D is #BDCB62. Grayscale: #434343. Windows color (decimal): -12438371 or 10302530. OLE color: 10302530.

HSL color Cylindrical-coordinate representation of color #42349D: hue angle of 248º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42349D is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6652157-
CMYK0.580.6700.38
HSL248º50.24%40.98%-
HSV(B)248º66.88%61.57%-
XYZ9.566.0532.56-
YUV68.16178.14126.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=24%
G=18.91%
B=57.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66521570.580.6700.3824850.2440.98
Hex42349D3A43026f83229
Octal10264235721030463706251
Binary1000010110100100111011110101000011010011011111000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42349D; }

 p { color: rgb(66,52,157); }

 H1.HeaderClassName
 {
   color: #42349D;
 }
 .AnyTagClassName
 {
   color: #42349D;
 }
</style>
background-color css

<style>
 a { background-color: #42349D; }

 a { background-color: rgb(66,52,157); }

 div.DivClassName
 {
   background-color: #42349D;
 }
 .BgClassName
 {
   background-color: #42349D;
 }
</style>
border-color css

<style>
 span { border-color: #42349D; }

 span { border-color: rgb(66,52,157); }

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