#42349C

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

Shades of Blue Gem #42349C

Tints of Blue Gem #42349C

Color information

#42349C (or 0x42349C) is unknown color: approx Blue Gem. HEX triplet: 42, 34 and 9C. RGB value is (66,52,156). Sum of RGB (Red+Green+Blue) = 66+52+156=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #42349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42349C is #BDCB63. Grayscale: #434343. Windows color (decimal): -12438372 or 10236994. OLE color: 10236994.

HSL color Cylindrical-coordinate representation of color #42349C: hue angle of 248.08º degrees, saturation: 0.5, 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 #42349C is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6652156-
CMYK0.580.6700.39
HSL248.08º50%40.78%-
HSV(B)248.08º66.67%61.18%-
XYZ9.486.0132.11-
YUV68.04177.64126.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 156 (61.33% from 255) = 56.93%
R=24.09%
G=18.98%
B=56.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66521560.580.6700.39248.085040.78
Hex42349C3A43027f83229
Octal10264234721030473706251
Binary1000010110100100111001110101000011010011111111000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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