Html Css Color HEX #42349F Blue Gem

📋 copy color: '#42349F'

red 66 ◦ green 52 ◦ blue 159

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

Shades of Blue Gem #42349F

Tints of Blue Gem #42349F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 23.83%
G = 18.77%
B = 57.4%

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

#42349F (or 0x42349F) is known color: Blue Gem. HEX triplet: 42, 34 and 9F. RGB value is (66,52,159). Sum of RGB (Red+Green+Blue) = 66+52+159=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #42349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42349F is #BDCB60. Grayscale: #434343. Windows color (decimal): -12438369 or 10433602. OLE color: 10433602.

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

Color convert

RGB 66 52 159 -
CMYK 0.58 0.67 0 0.38
HSL 247.85º 0.51% 0.41% -
HSV(B) 247.85º 0.67% 0.62% -
XYZ 9.73 6.12 33.47 -
YUV 68.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 66 52 159 0.58 0.67 0 0.38 247.85 0.51 0.41
Hex 42 34 9F 3A 43 0 26 F8 33 29
Octal 102 64 237 72 103 0 46 370 63 51
Binary 1000010 110100 10011111 111010 1000011 0 100110 11111000 110011 101001

Color Harmonies of #42349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42349F

Black with #42349F

Text Example


Text Example

White with #42349F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42349F;
 }
 .AnyTagClassName
 {
   color: #42349F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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