Html Css Color HEX #43379D Blue Gem

📋 copy color: '#43379D'

red 67 ◦ green 55 ◦ blue 157

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

Shades of Blue Gem #43379D

Tints of Blue Gem #43379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

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

R = 24.01%
G = 19.71%
B = 56.27%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43379D (or 0x43379D) is known color: Blue Gem. HEX triplet: 43, 37 and 9D. RGB value is (67,55,157). Sum of RGB (Red+Green+Blue) = 67+55+157=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #43379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43379D is #BCC862. Grayscale: #454545. Windows color (decimal): -12372067 or 10303299. OLE color: 10303299.

HSL color Cylindrical-coordinate representation of color #43379D: hue angle of 247.06º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43379D is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 55 157 -
CMYK 0.57 0.65 0 0.38
HSL 247.06º 0.48% 0.42% -
HSV(B) 247.06º 0.65% 0.62% -
XYZ 9.77 6.36 32.61 -
YUV 70.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 67 55 157 0.57 0.65 0 0.38 247.06 0.48 0.42
Hex 43 37 9D 39 41 0 26 F7 30 2A
Octal 103 67 235 71 101 0 46 367 60 52
Binary 1000011 110111 10011101 111001 1000001 0 100110 11110111 110000 101010

Color Harmonies of #43379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43379D

Black with #43379D

Text Example


Text Example

White with #43379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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