Html Css Color HEX #42349D Blue Gem

📋 copy color: '#42349D'

red 66 ◦ green 52 ◦ blue 157

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

Shades of Blue Gem #42349D

Tints of Blue Gem #42349D

RGB

 RED value IS 66 (26.17% from 255) = 24%

 GREEN value IS 52 (20.7% from 255) = 18.91%

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 24%
G = 18.91%
B = 57.09%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42349D (or 0x42349D) is known color: 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

RGB 66 52 157 -
CMYK 0.58 0.67 0 0.38
HSL 248º 0.5% 0.41% -
HSV(B) 248º 0.67% 0.62% -
XYZ 9.56 6.05 32.56 -
YUV 68.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 66 52 157 0.58 0.67 0 0.38 248 0.5 0.41
Hex 42 34 9D 3A 43 0 26 F8 32 29
Octal 102 64 235 72 103 0 46 370 62 51
Binary 1000010 110100 10011101 111010 1000011 0 100110 11111000 110010 101001

Color Harmonies of #42349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42349D

Black with #42349D

Text Example


Text Example

White with #42349D

Text Example


Text Example

HTML Codes & Css Web 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>