Html Css Color HEX #43349D Blue Gem

📋 copy color: '#43349D'

red 67 ◦ green 52 ◦ blue 157

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

Shades of Blue Gem #43349D

Tints of Blue Gem #43349D

RGB

 RED value IS 67 (26.56% from 255) = 24.28%

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

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

R = 24.28%
G = 18.84%
B = 56.88%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43349D (or 0x43349D) is known color: Blue Gem. HEX triplet: 43, 34 and 9D. RGB value is (67,52,157). Sum of RGB (Red+Green+Blue) = 67+52+157=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #43349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43349D is #BCCB62. Grayscale: #444444. Windows color (decimal): -12372835 or 10302531. OLE color: 10302531.

HSL color Cylindrical-coordinate representation of color #43349D: hue angle of 248.57º 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 #43349D is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 52 157 -
CMYK 0.57 0.67 0 0.38
HSL 248.57º 0.5% 0.41% -
HSV(B) 248.57º 0.67% 0.62% -
XYZ 9.63 6.08 32.57 -
YUV 68.46 177.97 126.96 -
System Red Green Blue C M Y K H S L
Decimal 67 52 157 0.57 0.67 0 0.38 248.57 0.5 0.41
Hex 43 34 9D 39 43 0 26 F9 32 29
Octal 103 64 235 71 103 0 46 371 62 51
Binary 1000011 110100 10011101 111001 1000011 0 100110 11111001 110010 101001

Color Harmonies of #43349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43349D

Black with #43349D

Text Example


Text Example

White with #43349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #43349D;
 }
 .AnyTagClassName
 {
   color: #43349D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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