Html Css Color HEX #42349B Blue Gem

📋 copy color: '#42349B'

red 66 ◦ green 52 ◦ blue 155

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

Shades of Blue Gem #42349B

Tints of Blue Gem #42349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 24.18%
G = 19.05%
B = 56.78%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42349B (or 0x42349B) is known color: Blue Gem. HEX triplet: 42, 34 and 9B. RGB value is (66,52,155). Sum of RGB (Red+Green+Blue) = 66+52+155=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #42349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42349B is #BDCB64. Grayscale: #434343. Windows color (decimal): -12438373 or 10171458. OLE color: 10171458.

HSL color Cylindrical-coordinate representation of color #42349B: hue angle of 248.16º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42349B is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 52 155 -
CMYK 0.57 0.66 0 0.39
HSL 248.16º 0.5% 0.41% -
HSV(B) 248.16º 0.66% 0.61% -
XYZ 9.39 5.98 31.67 -
YUV 67.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 66 52 155 0.57 0.66 0 0.39 248.16 0.5 0.41
Hex 42 34 9B 39 42 0 27 F8 32 29
Octal 102 64 233 71 102 0 47 370 62 51
Binary 1000010 110100 10011011 111001 1000010 0 100111 11111000 110010 101001

Color Harmonies of #42349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42349B

Black with #42349B

Text Example


Text Example

White with #42349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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