Html Css Color HEX #43389F Blue Gem

📋 copy color: '#43389F'

red 67 ◦ green 56 ◦ blue 159

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

Shades of Blue Gem #43389F

Tints of Blue Gem #43389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

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

R = 23.76%
G = 19.86%
B = 56.38%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43389F (or 0x43389F) is known color: Blue Gem. HEX triplet: 43, 38 and 9F. RGB value is (67,56,159). Sum of RGB (Red+Green+Blue) = 67+56+159=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #43389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43389F is #BCC760. Grayscale: #464646. Windows color (decimal): -12371809 or 10434627. OLE color: 10434627.

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

Color convert

RGB 67 56 159 -
CMYK 0.58 0.65 0 0.38
HSL 246.41º 0.48% 0.42% -
HSV(B) 246.41º 0.65% 0.62% -
XYZ 9.99 6.52 33.53 -
YUV 71.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 67 56 159 0.58 0.65 0 0.38 246.41 0.48 0.42
Hex 43 38 9F 3A 41 0 26 F6 30 2A
Octal 103 70 237 72 101 0 46 366 60 52
Binary 1000011 111000 10011111 111010 1000001 0 100110 11110110 110000 101010

Color Harmonies of #43389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43389F

Black with #43389F

Text Example


Text Example

White with #43389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,56,159); }

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

background-color css

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

 a { background-color: rgb(67,56,159); }

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

border-color css

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

 span { border-color: rgb(67,56,159); }

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